mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
eval.c: Rename has('neovim') feature to has('nvim')
To follow the convention of 'nvim' for technical references
This commit is contained in:
@@ -30,7 +30,7 @@ simple step-by-step:
|
||||
- Add the following snippet to your `vimrc`, before any python plugins are
|
||||
loaded:
|
||||
>
|
||||
if has('neovim')
|
||||
if has('nvim')
|
||||
runtime! plugin/python_setup.vim
|
||||
endif
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user