From 1c942291f8a41d80d7db4e7513adf06edfe50277 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 30 Jan 2015 16:24:20 +0000 Subject: 34435: Update emulate completion. Add new feature to run command in emulation. Factor out handling of quoted command string to new function. --- Completion/Unix/Command/_sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_sh') diff --git a/Completion/Unix/Command/_sh b/Completion/Unix/Command/_sh index 104c7576c..21ebfc3b2 100644 --- a/Completion/Unix/Command/_sh +++ b/Completion/Unix/Command/_sh @@ -10,8 +10,7 @@ if [[ $service == zsh ]]; then fi if (( CURRENT == ${words[(i)-c]} + 1 )); then - compset -q - _normal + _cmdstring else local n=${words[(b:2:i)[^-]*]} if (( n <= CURRENT )); then -- cgit 1.4.1