mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
users/9049: add vim variants to _vim
This commit is contained in:
parent
a032b62789
commit
d4f81ce410
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-07-07 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/9049: Completion/Unix/Command/_vim: add variant names
|
||||
of vim, but not yet vi, ex, view.
|
||||
|
||||
* users/9045: Nikolai Weibull
|
||||
<mailing-lists.zsh-users@rawuncut.elitemail.org>:
|
||||
Completion/Unix/Command/_vim: new completion function.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#compdef vim
|
||||
#compdef vim exim gvim gex gview rvim rview rgvim rgview evim eview vimdiff gvimdiff
|
||||
|
||||
_vim_files () {
|
||||
if [[ $(echo $PREFIX*(N)) == '' ]]; then
|
||||
|
|
Loading…
Reference in a new issue