From bf990125d18effbf111fd6a30ff5bf90c4c263ae Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 14 Feb 2000 13:10:03 +0000 Subject: zsh-workers/9722 --- Completion/Commands/_expand_word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Commands') diff --git a/Completion/Commands/_expand_word b/Completion/Commands/_expand_word index ad334da9d..2e31b6ebc 100644 --- a/Completion/Commands/_expand_word +++ b/Completion/Commands/_expand_word @@ -8,7 +8,7 @@ local curcontext="$curcontext" if [[ -z "$curcontext" ]]; then - curcontext="correct-word:::" + curcontext="expand-word:::" else curcontext="expand-word:${curcontext#*:}" fi -- cgit 1.4.1