diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-31 19:48:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-31 19:48:42 +0000 |
commit | 1caf52f39605d2f80af41d73440b78a701f58dcc (patch) | |
tree | fc5fd7c59b3bd04b886425514eca47152a4634fe /Completion/Zsh | |
parent | 0d8a58095196ece20dadd4894c4ddf8ddf440cdf (diff) | |
download | zsh-1caf52f39605d2f80af41d73440b78a701f58dcc.tar.gz zsh-1caf52f39605d2f80af41d73440b78a701f58dcc.tar.xz zsh-1caf52f39605d2f80af41d73440b78a701f58dcc.zip |
Mikael: 27642: missing glob qualifier completion
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Type/_globquals | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_globquals b/Completion/Zsh/Type/_globquals index f0c692621..9ad948839 100644 --- a/Completion/Zsh/Type/_globquals +++ b/Completion/Zsh/Type/_globquals @@ -146,6 +146,9 @@ while [[ -n $PREFIX ]]; do "m:last modification time" "c:last inode change time" "d:directory depth" + "N:no sorting" + "e:execute code" + "+:+ command name" ) _describe -t sort-specifiers "sort specifier" alts -Q -S '' return |