zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] completion: _vim: add nvim to #compdef
@ 2015-04-15 16:45 Daniel Hahler
  2015-04-17 13:42 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Hahler @ 2015-04-15 16:45 UTC (permalink / raw)
  To: zsh-workers

From: Daniel Hahler <git@thequod.de>

nvim is used by NeoVim and is fairly compatible.
---
 Completion/Unix/Command/_vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_vim b/Completion/Unix/Command/_vim
index 42e5058..021054d 100644
--- a/Completion/Unix/Command/_vim
+++ b/Completion/Unix/Command/_vim
@@ -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 () {
-- 
2.3.3.220.g9ab698f.dirty


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] completion: _vim: add nvim to #compdef
  2015-04-15 16:45 [PATCH] completion: _vim: add nvim to #compdef Daniel Hahler
@ 2015-04-17 13:42 ` Daniel Shahaf
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Shahaf @ 2015-04-17 13:42 UTC (permalink / raw)
  To: Daniel Hahler; +Cc: zsh-workers

Thanks, applied.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-17 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 16:45 [PATCH] completion: _vim: add nvim to #compdef Daniel Hahler
2015-04-17 13:42 ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).