mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00: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:
@ -323,9 +323,6 @@ extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*s
|
||||
# ifdef FEAT_GUI_HAIKU
|
||||
# include "gui_haiku.pro"
|
||||
# endif
|
||||
# ifdef FEAT_GUI_MAC
|
||||
# include "gui_mac.pro"
|
||||
# endif
|
||||
# ifdef FEAT_GUI_X11
|
||||
# include "gui_x11.pro"
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user