mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
unposted: add P to list of glob qualifiers to complete
This commit is contained in:
parent
6009c7cb57
commit
c7869fad84
2 changed files with 6 additions and 1 deletions
|
@ -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 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue