mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +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>
|
2010-02-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Doc/Zsh/expn.yo: typo in formatting.
|
* unposted: Doc/Zsh/expn.yo: typo in formatting.
|
||||||
|
@ -12722,5 +12726,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* 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"
|
"n:numeric glob sort"
|
||||||
"o:+ sort order, up"
|
"o:+ sort order, up"
|
||||||
"O:+ sort order, down"
|
"O:+ sort order, down"
|
||||||
|
"P:prepend word"
|
||||||
"[:+ range of files"
|
"[:+ range of files"
|
||||||
"):end of qualifiers"
|
"):end of qualifiers"
|
||||||
"\::modifier"
|
"\::modifier"
|
||||||
|
|
Loading…
Reference in a new issue