about summary refs log tree commit diff
path: root/Completion/Base
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-04 09:38:14 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-04 09:38:14 +0000
commit2f76a51352acacc7618f771dfbe2144fed9f4acd (patch)
tree56763dbdc0abd35b669200673692bd03a84bac2f /Completion/Base
parent3259e583b0d8505c099ab76ca7cec264511c45e8 (diff)
downloadzsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.tar.gz
zsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.tar.xz
zsh-2f76a51352acacc7618f771dfbe2144fed9f4acd.zip
zsh-workers/9191
Diffstat (limited to 'Completion/Base')
-rw-r--r--Completion/Base/_default4
1 files changed, 1 insertions, 3 deletions
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