From 3eaedd99a00fcc6041c34c8de2ecb966eeefd265 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 28 Jun 2001 07:47:39 +0000 Subject: Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (15152) --- Completion/Zsh/Context/_tilde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Context') diff --git a/Completion/Zsh/Context/_tilde b/Completion/Zsh/Context/_tilde index 7d7bf5aea..7f1b6b36a 100644 --- a/Completion/Zsh/Context/_tilde +++ b/Completion/Zsh/Context/_tilde @@ -6,7 +6,7 @@ [[ -n "$compstate[quote]" ]] && return 1 -local expl suf dirs list lines revlines i ret disp nm="$compstate[nmatches]" +local expl suf ret if [[ "$SUFFIX" = */* ]]; then ISUFFIX="/${SUFFIX#*/}$ISUFFIX" -- cgit 1.4.1