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:
Nicolas Hillegeer
2014-07-21 17:39:41 +02:00
committed by Justin M. Keyes
parent c3b9f863ea
commit e4be7bc27c

View File

@@ -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",