diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | 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 <mikachu@gmail.com> + + * unposted: Completion/Unix/Command/_vim: Fix typo in + description for -N. + 2011-03-29 Peter Stephenson <pws@csr.com> * 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" |