mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Merge pull request #79 from jdiez17/has_neovim
Added 'neovim' to the feature list, following discussion on #44
This commit is contained in:
@@ -10300,6 +10300,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
#ifdef FEAT_XTERM_SAVE
|
#ifdef FEAT_XTERM_SAVE
|
||||||
"xterm_save",
|
"xterm_save",
|
||||||
#endif
|
#endif
|
||||||
|
"neovim",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user