about summary refs log tree commit diff
diff options
context:
space:
mode:
authormikamika <mikamika>2011-03-29 10:08:52 +0000
committermikamika <mikamika>2011-03-29 10:08:52 +0000
commitc9b0a25bb7488c0e2b19b9e33f5696c09f3f25de (patch)
treeeaaba79763f713d76e6e91eadb4e7fcbd8a26dd1
parent35004b546d20244ba560d0d2471a9760802ab0fa (diff)
downloadzsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.gz
zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.xz
zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.zip
Fix typo in _vim
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_vim2
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"