From 041514beb7fe52702ee5e04c7c1a20c11d39053e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 16 Feb 2000 17:10:03 +0000 Subject: zsh-workers/9764 --- Completion/Core/_path_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_path_files') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 62c52e3c4..7acab453c 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -439,7 +439,7 @@ for prepath in "$prepaths[@]"; do tmp2="$testpath" compquote tmp1 tmp2 - if [[ -n $menu ]] || + if [[ -n $menu || -z "$compstate[insert]" ]] || ! zstyle -t ":completion:${curcontext}:paths" expand suffix; then (( tmp4 )) && zstyle -t ":completion:${curcontext}:paths" cursor && compstate[to_end]='' -- cgit 1.4.1