vim-patch:8.0.1236: Mac features are confusing #10837

Problem:    Mac features are confusing.
Solution:   Make feature names more consistent, add "osxdarwin". Rename
            feature flags, cleanup Mac code. (Kazunobu Kuriyama, closes vim/vim#2178)
d057301b1f
This commit is contained in:
Jan Edmund Lazo
2019-08-24 03:04:08 -04:00
committed by Justin M. Keyes
parent 82aaac5baa
commit 34e4166673
2 changed files with 2 additions and 1 deletions

View File

@@ -11241,6 +11241,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
"mac",
"macunix",
"osx",
"osxdarwin",
#endif
"menu",
"mksession",