diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-13 09:59:58 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-13 09:59:58 +0000 |
commit | 1f37225708285c4e1f343c34c92064bbef68498a (patch) | |
tree | 2bd3ce7c52cc2c291412918a3f10857c36b5b4bc /ChangeLog | |
parent | b7f4c91597226b5f95f7f153618cf52c665c0b71 (diff) | |
download | zsh-1f37225708285c4e1f343c34c92064bbef68498a.tar.gz zsh-1f37225708285c4e1f343c34c92064bbef68498a.tar.xz zsh-1f37225708285c4e1f343c34c92064bbef68498a.zip |
26723: centralise test for matching glob qualifiers in file completion
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f5e6d279e..aff3a7fe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-03-13 Peter Stephenson <pws@csr.com> + * 26723: Completion/Unix/Type/.distfiles, + Completion/Unix/Type/_have_glob_qual, + Completion/Unix/Type_path_files: centralise test for whether + file has glob qualifiers and how to match them. + * users/13903: Src/Zle/zle_hist.c: repeated vi searching was broken and "_" prompt was missing. @@ -11379,5 +11384,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4610 $ +* $Revision: 1.4611 $ ***************************************************** |