mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
patch 8.2.1422: the Mac GUI implementation is outdated
Problem: The Mac GUI implementation is outdated and probably doesn't even work. Solution: Remove the Mac GUI code. The MacVim project provides the supported Vim GUI version.
This commit is contained in:
@@ -3920,13 +3920,7 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"gui_mac",
|
||||
#ifdef FEAT_GUI_MAC
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"gui_mac", 0},
|
||||
{"gui_motif",
|
||||
#ifdef FEAT_GUI_MOTIF
|
||||
1
|
||||
|
Reference in New Issue
Block a user