commit | 097148e849136b49052b1b5123c714fb1d74db9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 21:58:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 21:58:20 2020 +0200 |
tree | d5b0bf4ce9b435be94de3ff7b87e85ae99c1e484 | |
parent | 4301a729eabafee388aaf8465cf780d3f84cec95 [diff] [blame] |
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.
diff --git a/src/evalfunc.c b/src/evalfunc.c index 5607ef9..bbc3404 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c
@@ -3920,13 +3920,7 @@ 0 #endif }, - {"gui_mac", -#ifdef FEAT_GUI_MAC - 1 -#else - 0 -#endif - }, + {"gui_mac", 0}, {"gui_motif", #ifdef FEAT_GUI_MOTIF 1