diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-19 08:24:16 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-19 08:24:16 +0000 |
commit | f9e65c2b1f448cd27c597ec727b63bebde2fbdff (patch) | |
tree | 816fd81472f634d8b19cc8aff9400c7644b22f77 /Completion/User/_finger | |
parent | aa86df8d1c3daeb0b267ad16cdca647247530696 (diff) | |
download | zsh-f9e65c2b1f448cd27c597ec727b63bebde2fbdff.tar.gz zsh-f9e65c2b1f448cd27c597ec727b63bebde2fbdff.tar.xz zsh-f9e65c2b1f448cd27c597ec727b63bebde2fbdff.zip |
don't use $match for something different than (#b)ackrefs (11464)
Diffstat (limited to 'Completion/User/_finger')
-rw-r--r-- | Completion/User/_finger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_finger b/Completion/User/_finger index c5787571c..74b97521e 100644 --- a/Completion/User/_finger +++ b/Completion/User/_finger @@ -1,6 +1,6 @@ #compdef finger -local curcontext="$curcontext" state line +local curcontext="$curcontext" state line match typeset -A opt_args if (( ! $+_finger_args )); then |