mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +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:
@@ -9842,7 +9842,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
"windows",
|
||||
"winaltkeys",
|
||||
"writebackup",
|
||||
"neovim",
|
||||
"nvim",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user