diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-26 14:24:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-26 14:24:12 +0000 |
commit | 9935b52b36e69a2ac0047af3113243ae8ec7e544 (patch) | |
tree | d25306524e391983c17648c0c8a4303814a0ba84 /Completion/User | |
parent | e3e37114832539fb915f0c44125eae492d7b1491 (diff) | |
download | zsh-9935b52b36e69a2ac0047af3113243ae8ec7e544.tar.gz zsh-9935b52b36e69a2ac0047af3113243ae8ec7e544.tar.xz zsh-9935b52b36e69a2ac0047af3113243ae8ec7e544.zip |
zsh-workers/8047
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_users | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_users b/Completion/User/_users index b115cccdc..a01227724 100644 --- a/Completion/User/_users +++ b/Completion/User/_users @@ -1,4 +1,4 @@ -#autoload +#compdef last # If a parameter `users' exists and it is an array, we first try to # complete only to its elements. |