diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/Zsh/Type/_globquals | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0f54a22a3..92798c7de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-12 Peter Stephenson <pws@csr.com> + + * unposted: Completion/Zsh/Type/_globquals: add P to list. + 2010-02-09 Peter Stephenson <p.w.stephenson@ntlworld.com> * unposted: Doc/Zsh/expn.yo: typo in formatting. @@ -12722,5 +12726,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4892 $ +* $Revision: 1.4893 $ ***************************************************** diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index 54d98ec0f..541c45b9d 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -221,6 +221,7 @@ case $state in "n:numeric glob sort" "o:+ sort order, up" "O:+ sort order, down" + "P:prepend word" "[:+ range of files" "):end of qualifiers" "\::modifier" |