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 | a6ea7ab36d73093f3de2d4ae8bdcff22ae474525 (diff) | |
download | zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.gz zsh-144a06bf958b4e573fd3c78eab30536349d09cff.tar.xz 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
diff --git a/ChangeLog b/ChangeLog index f34f5c5fb..cc4c0dea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** |