From 75e6e9806a6d252f67bcc5a3c55cc0d7e44ff791 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 17 May 2007 14:01:31 +0000 Subject: 23443: mark --nofork and -f as redundant. --- ChangeLog | 5 +++++ Completion/Unix/Command/_vim | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53d751d37..e2f7511cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-17 Clint Adams + + * Nikolai Weibull: 23443: Completion/Unix/Command/_vim: + mark --nofork and -f as redundant. + 2007-05-16 Clint Adams * Ag. D. Hatzimanikas: 23442: Completion/Unix/Command/_vim: 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" -- cgit 1.4.1