From 7a0415cfd70a02b2280d27556c6c54cef1c86e1a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:18:42 +0000 Subject: zsh-3.1.5-pws-11 --- Completion/Base/_command_names | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/Base/_command_names') diff --git a/Completion/Base/_command_names b/Completion/Base/_command_names index d3b8a109a..eab314dfa 100644 --- a/Completion/Base/_command_names +++ b/Completion/Base/_command_names @@ -1,3 +1,7 @@ #defcomp -command- -complist -c +local nm=$compstate[nmatches] + +compgen -c + +[[ nm -eq compstate[nmatches] ]] && _path_files -/g "*(*)" -- cgit 1.4.1