about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-27 13:46:35 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-27 13:46:35 +0000
commit9d0a4fccf70b23e99e13f4e807c91d1a5a2c6be7 (patch)
treeaeed1ed1a212e650be2f42f5be62cfc916e9e83b /Completion
parent090dee6d074ff4d3ec28a8772baebd0406322ec1 (diff)
downloadzsh-9d0a4fccf70b23e99e13f4e807c91d1a5a2c6be7.tar.gz
zsh-9d0a4fccf70b23e99e13f4e807c91d1a5a2c6be7.tar.xz
zsh-9d0a4fccf70b23e99e13f4e807c91d1a5a2c6be7.zip
zsh-workers/8066
Diffstat (limited to 'Completion')
-rw-r--r--Completion/User/_my_accounts1
-rw-r--r--Completion/User/_other_accounts1
2 files changed, 0 insertions, 2 deletions
diff --git a/Completion/User/_my_accounts b/Completion/User/_my_accounts
index 2d3261d2a..72aec5d2f 100644
--- a/Completion/User/_my_accounts
+++ b/Completion/User/_my_accounts
@@ -1,6 +1,5 @@
 #autoload
 
-local expl nm="$compstate[nmatches]"
 local accounts_users_hosts
 
 local varname="$words[1]_accounts"
diff --git a/Completion/User/_other_accounts b/Completion/User/_other_accounts
index 572db38c7..f5165dc6f 100644
--- a/Completion/User/_other_accounts
+++ b/Completion/User/_other_accounts
@@ -1,6 +1,5 @@
 #compdef talk ntalk ytalk finger
 
-local expl nm="$compstate[nmatches]"
 local accounts_users_hosts
 
 local varname="$words[1]_accounts"