From f879a295e14bb81a94fc52329b28ee523fcd36a7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 17 Jan 2002 18:49:32 +0000 Subject: use pager style instead of $EDITOR and fix bad substitution in exclusion lists --- Completion/Zsh/Command/_zstyle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Completion/Zsh/Command/_zstyle') 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) -- cgit 1.4.1