From c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de Mon Sep 17 00:00:00 2001 From: mikamika Date: Tue, 29 Mar 2011 10:08:52 +0000 Subject: Fix typo in _vim --- ChangeLog | 7 ++++++- Completion/Unix/Command/_vim | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16b33345c..a595be973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-29 Mikael Magnusson + + * unposted: Completion/Unix/Command/_vim: Fix typo in + description for -N. + 2011-03-29 Peter Stephenson * Mikael: 28948: Completion/compinit, Doc/Zsh/compsys.yo: @@ -14382,5 +14387,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5232 $ +* $Revision: 1.5233 $ ***************************************************** diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim index 8244466f4..af5afd347 100644 --- a/Completion/Unix/Command/_vim +++ b/Completion/Unix/Command/_vim @@ -28,7 +28,7 @@ arguments=( '-g[start with GUI]' '-l[lisp mode]' '-C[start in compatible mode]' - '-N[start in incompatibile mode]' + '-N[start in incompatible mode]' '(--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" -- cgit 1.4.1