diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-12 12:56:00 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-12 12:56:00 +0000 |
commit | c7869fad844c2eb967a2237bb602eb9d15145f4f (patch) | |
tree | ad69987847841ab18acc5b7714ee36d1a9062a42 | |
parent | 6009c7cb57f79e124781b552fd609c8259d83672 (diff) | |
download | zsh-c7869fad844c2eb967a2237bb602eb9d15145f4f.tar.gz zsh-c7869fad844c2eb967a2237bb602eb9d15145f4f.tar.xz zsh-c7869fad844c2eb967a2237bb602eb9d15145f4f.zip |
unposted: add P to list of glob qualifiers to complete
-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" |