about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-05-17 14:01:31 +0000
committerClint Adams <clint@users.sourceforge.net>2007-05-17 14:01:31 +0000
commit75e6e9806a6d252f67bcc5a3c55cc0d7e44ff791 (patch)
treecb0910b67a1608298eec29c88ef399c104e113d2 /Completion
parent9efa38a8f567e578036e54caa9482b7f4eedac30 (diff)
downloadzsh-75e6e9806a6d252f67bcc5a3c55cc0d7e44ff791.tar.gz
zsh-75e6e9806a6d252f67bcc5a3c55cc0d7e44ff791.tar.xz
zsh-75e6e9806a6d252f67bcc5a3c55cc0d7e44ff791.zip
23443: mark --nofork and -f as redundant.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim
index 5765087d2..684e027c8 100644
--- a/Completion/Unix/Command/_vim
+++ b/Completion/Unix/Command/_vim
@@ -27,7 +27,7 @@ arguments=(
   '-l[lisp mode]'
   '-C[make vim compatible with vi]'
   '-N[do not force compatibility with vi]'
-  {--nofork,-f}'[do not detach the GUI version from the shell]'
+  '(--nofork -f)'{--nofork,-f}'[do not detach the GUI version from the shell]'
   '-V-[verbosity level]::verbosity:((0\:"do not display any messages"
                                      1\:"display when viminfo file is read or written"
                                      2\:"display sourced files"