diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-17 18:49:32 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-17 18:49:32 +0000 |
commit | f879a295e14bb81a94fc52329b28ee523fcd36a7 (patch) | |
tree | 89f8ba2ba00570bd7dfa5bb415110498231b06cf /Completion/Zsh/Command/_zstyle | |
parent | 3708080538bcb59e9659065be00ad5eb31d2312d (diff) | |
download | zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.gz zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.tar.xz zsh-f879a295e14bb81a94fc52329b28ee523fcd36a7.zip |
use pager style instead of $EDITOR and fix bad substitution in exclusion lists
Diffstat (limited to 'Completion/Zsh/Command/_zstyle')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 48a39deed..bec258e1f 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -89,6 +89,7 @@ styles=( original c:bool packageset c:packageset path c:_directories + pager c:_command_names pine-directory c:_directories ports c:_ports prefix-hidden c:bool @@ -233,8 +234,8 @@ while (( $#state )); do functions) _wanted comp-widget expl 'completion widget' \ - compadd $suf - all-matches complete-tag correct-word expand-word \ - expand-alias-word history-words + compadd $suf - all-matches complete-debug complete-tag \ + correct-word expand-word expand-alias-word history-words ;; user-host-port) |