eval.c: Rename has('neovim') feature to has('nvim')

To follow the convention of 'nvim' for technical references
This commit is contained in:
Thiago de Arruda
2014-09-14 10:12:33 -03:00
parent 5d35484203
commit 037ca796a0
4 changed files with 5 additions and 5 deletions

View File

@@ -9842,7 +9842,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
"windows",
"winaltkeys",
"writebackup",
"neovim",
"nvim",
NULL
};

View File

@@ -9,7 +9,7 @@ STARTTEST
:so small.vim
:set encoding=latin1
:set noswapfile
:if !has('python') || has('neovim') | e! test.ok | wq! test.out | endif
:if !has('python') || has('nvim') | e! test.ok | wq! test.out | endif
:lang C
:fun Test()
:py import vim