mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-28 06:30:57 +02:00
23443: mark --nofork and -f as redundant.
This commit is contained in:
parent
9efa38a8f5
commit
75e6e9806a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-17 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Nikolai Weibull: 23443: Completion/Unix/Command/_vim:
|
||||
mark --nofork and -f as redundant.
|
||||
|
||||
2007-05-16 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Ag. D. Hatzimanikas: 23442: 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"
|
||||
|
|
Loading…
Reference in a new issue