forked from aniani/vim
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:
@@ -701,9 +701,6 @@ EXTERN int p_lpl; // 'loadplugins'
|
||||
#if defined(DYNAMIC_LUA)
|
||||
EXTERN char_u *p_luadll; // 'luadll'
|
||||
#endif
|
||||
#ifdef FEAT_GUI_MAC
|
||||
EXTERN int p_macatsui; // 'macatsui'
|
||||
#endif
|
||||
EXTERN int p_magic; // 'magic'
|
||||
EXTERN char_u *p_menc; // 'makeencoding'
|
||||
#ifdef FEAT_QUICKFIX
|
||||
|
Reference in New Issue
Block a user