mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -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:
@@ -3341,7 +3341,7 @@ same_directory(char_u *f1, char_u *f2)
|
||||
}
|
||||
|
||||
#if defined(FEAT_SESSION) || defined(FEAT_AUTOCHDIR) \
|
||||
|| defined(MSWIN) || defined(FEAT_GUI_MAC) || defined(FEAT_GUI_GTK) \
|
||||
|| defined(MSWIN) || defined(FEAT_GUI_GTK) \
|
||||
|| defined(FEAT_NETBEANS_INTG) \
|
||||
|| defined(PROTO)
|
||||
/*
|
||||
|
Reference in New Issue
Block a user