about summary refs log tree commit diff
path: root/Completion/Unix/Command/_vim
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 /Completion/Unix/Command/_vim
parent35004b546d20244ba560d0d2471a9760802ab0fa (diff)
downloadzsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.gz
zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.xz
zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.zip
Fix typo in _vim
Diffstat (limited to 'Completion/Unix/Command/_vim')
-rw-r--r--Completion/Unix/Command/_vim2
1 files changed, 1 insertions, 1 deletions
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"