From 1caf52f39605d2f80af41d73440b78a701f58dcc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 31 Jan 2010 19:48:42 +0000 Subject: Mikael: 27642: missing glob qualifier completion --- Completion/Zsh/Type/_globquals | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Completion/Zsh/Type') 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 -- cgit 1.4.1