From d6d4a3abfc84f0940e663cd69537789a039a7056 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 19 Jul 1999 14:26:14 +0000 Subject: zsh-3.1.6-test-2 --- Completion/User/_sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Completion/User/_sh (limited to 'Completion/User/_sh') diff --git a/Completion/User/_sh b/Completion/User/_sh new file mode 100644 index 000000000..ea0fcfc11 --- /dev/null +++ b/Completion/User/_sh @@ -0,0 +1,8 @@ +#compdef sh ksh bash zsh csh tcsh rc + +if (( CURRENT == ${words[(i)-c]} + 1 )); then + compset -q + _normal +else + _default +fi -- cgit 1.4.1