diff options
author | mikamika <mikamika> | 2011-03-29 10:08:52 +0000 |
---|---|---|
committer | mikamika <mikamika> | 2011-03-29 10:08:52 +0000 |
commit | c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de (patch) | |
tree | eaaba79763f713d76e6e91eadb4e7fcbd8a26dd1 /Completion/Unix/Command | |
parent | 35004b546d20244ba560d0d2471a9760802ab0fa (diff) | |
download | zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.gz zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.tar.xz zsh-c9b0a25bb7488c0e2b19b9e33f5696c09f3f25de.zip |
Fix typo in _vim
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_vim | 2 |
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" |