mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 23:31:08 +02:00
34899: completion: _vim: add nvim to #compdef
nvim is used by NeoVim and is fairly compatible.
This commit is contained in:
parent
4508d25710
commit
156327023c
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2015-04-17 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 34905: Src/Zle/zle_keymap.c, Src/lex.c, Src/parse.c: suppress
|
* 34905: Src/Zle/zle_keymap.c, Src/lex.c, Src/parse.c: suppress
|
||||||
|
|
|
@ -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] )) ||
|
(( $+functions[_vim_files] )) ||
|
||||||
_vim_files () {
|
_vim_files () {
|
||||||
|
|
Loading…
Reference in a new issue