mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 05:48:51 +00:00
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:
committed by
Justin M. Keyes
parent
82aaac5baa
commit
34e4166673
@@ -11241,6 +11241,7 @@ static void f_has(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
||||
"mac",
|
||||
"macunix",
|
||||
"osx",
|
||||
"osxdarwin",
|
||||
#endif
|
||||
"menu",
|
||||
"mksession",
|
||||
|
||||
Reference in New Issue
Block a user