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
};