diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
commit | d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87 (patch) | |
tree | 1f21ac9faf956d67f24e2005b82a42264a27f535 /Completion/Unix/Command/_w3m | |
parent | 8476aa7fc2faea453c3e07dae2e58535fa2a7086 (diff) | |
download | zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.gz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.xz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.zip |
16461: a number of minor completion function updates
Diffstat (limited to 'Completion/Unix/Command/_w3m')
-rw-r--r-- | Completion/Unix/Command/_w3m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m index 798f2e760..2d4202112 100644 --- a/Completion/Unix/Command/_w3m +++ b/Completion/Unix/Command/_w3m @@ -3,7 +3,7 @@ local curcontext="$curcontext" state line typeset -A opt_args -_arguments \ +_arguments -C \ '-t[tabwidth]:tabwidth:' \ '-r[ignore backspace effect]' \ '-l[preserved lines]:number of lines:' \ |