Merge pull request #79 from jdiez17/has_neovim

Added 'neovim' to the feature list, following discussion on #44
This commit is contained in:
Ashley Hewson 2014-02-24 21:17:36 +00:00
commit eedb6a3ad7

View File

@ -10300,6 +10300,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
#ifdef FEAT_XTERM_SAVE
"xterm_save",
#endif
"neovim",
NULL
};