mirror of
https://github.com/zoriya/vim.git
synced 2025-12-22 07:05:20 +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:
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "vim.h"
|
||||
|
||||
#if !defined(FEAT_GUI_MAC) && !defined(PROTO)
|
||||
#if !defined(PROTO)
|
||||
# include <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user