diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-05 09:54:38 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-05-05 09:54:38 +0000 |
| commit | 144a06bf958b4e573fd3c78eab30536349d09cff (patch) | |
| tree | df8f8f2956a1cbbfb289660f6fb2bb574d921bf2 /ChangeLog | |
| parent | 27947: some cases where we should execute EXIT traps (diff) | |
| download | zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.gz zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.bz2 zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.lz zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.xz zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.zst zsh-144a06bf958b4e573fd3c78eab30536349d09cff.zip | |
users/15031: another file completion quoting fix,
useful if path-completion is false or accept-exact-dirs is true
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2010-05-05 Peter Stephenson <pws@csr.com> + * users/15031: Completion/Unix/Type/_path_files: fix (still + incomplete) for bizarre quoting rules for files in completion + with path-completion off or accept-exact-dirs on. + * 27947: Src/exec.c, Test/C03traps.ztst: fix some cases where we should (probably) execute an EXIT trap but don't. @@ -13101,5 +13105,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4972 $ +* $Revision: 1.4973 $ ***************************************************** |
