1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

34899: completion: _vim: add nvim to #compdef

nvim is used by NeoVim and is fairly compatible.
This commit is contained in:
Daniel Hahler 2015-04-15 18:45:03 +02:00 committed by Daniel Shahaf
parent 4508d25710
commit 156327023c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-04-17 Daniel Hahler <git@thequod.de>
* 34899: Completion/Unix/Command/_vim: completion: _vim: add
nvim to #compdef
2015-04-17 Peter Stephenson <p.stephenson@samsung.com>
* 34905: Src/Zle/zle_keymap.c, Src/lex.c, Src/parse.c: suppress

View file

@ -1,4 +1,4 @@
#compdef vim exim gvim gex gview rvim rview rgvim rgview evim eview vimdiff gvimdiff
#compdef vim exim gvim gex gview nvim rvim rview rgvim rgview evim eview vimdiff gvimdiff
(( $+functions[_vim_files] )) ||
_vim_files () {