From 2f76a51352acacc7618f771dfbe2144fed9f4acd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 4 Jan 2000 09:38:14 +0000 Subject: zsh-workers/9191 --- Completion/Base/_default | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Completion/Base/_default') diff --git a/Completion/Base/_default b/Completion/Base/_default index 920f3a959..8329a0358 100644 --- a/Completion/Base/_default +++ b/Completion/Base/_default @@ -1,7 +1,5 @@ #compdef -default- -local expl - # You can first try the `compctl's by uncommenting the `compcall' line # below. # This is without first (-T) and default (-D) completion. If you want @@ -22,4 +20,4 @@ _files && return 0 # file name expansion after the =. In that case, it's natural to # allow completion to handle file names after any equals sign. -[[ -o magicequalsubst ]] && compset -P 1 '*=' && _files "$expl[@]" +[[ -o magicequalsubst ]] && compset -P 1 '*=' && _files -- cgit 1.4.1