mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
eval.c: add has("osx") for apple
This commit is contained in:
@@ -10830,6 +10830,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
#ifdef __APPLE__
|
||||
"mac",
|
||||
"macunix",
|
||||
"osx",
|
||||
#endif
|
||||
"menu",
|
||||
"mksession",
|
||||
|
Reference in New Issue
Block a user