mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
eval: re-add has('mac') and has('macunix') #976
They were removed but they can be handy to separate some things to do at startup in a .vimrc for example.
This commit is contained in:

committed by
Justin M. Keyes

parent
c3b9f863ea
commit
e4be7bc27c
@@ -9703,6 +9703,10 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
"lispindent",
|
"lispindent",
|
||||||
"listcmds",
|
"listcmds",
|
||||||
"localmap",
|
"localmap",
|
||||||
|
#ifdef __APPLE__
|
||||||
|
"mac",
|
||||||
|
"macunix",
|
||||||
|
#endif
|
||||||
"menu",
|
"menu",
|
||||||
"mksession",
|
"mksession",
|
||||||
"modify_fname",
|
"modify_fname",
|
||||||
|
Reference in New Issue
Block a user