comparison src/eval.c @ 8218:3456e2ebebd4 v7.4.1402

commit https://github.com/vim/vim/commit/9892189d2e7ab94b750f99e6da4cbfc3c8014517 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 17:14:37 2016 +0100 patch 7.4.1402 Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 17:15:05 +0100
parents 05b88224cea1
children a0e552c51c34
comparison
equal deleted inserted replaced
8217:c52abf35df88 8218:3456e2ebebd4
13669 "gui_athena", 13669 "gui_athena",
13670 # endif 13670 # endif
13671 #endif 13671 #endif
13672 #ifdef FEAT_GUI_GTK 13672 #ifdef FEAT_GUI_GTK
13673 "gui_gtk", 13673 "gui_gtk",
13674 # ifdef USE_GTK3
13675 "gui_gtk3",
13676 # else
13674 "gui_gtk2", 13677 "gui_gtk2",
13678 # endif
13675 #endif 13679 #endif
13676 #ifdef FEAT_GUI_GNOME 13680 #ifdef FEAT_GUI_GNOME
13677 "gui_gnome", 13681 "gui_gnome",
13678 #endif 13682 #endif
13679 #ifdef FEAT_GUI_MAC 13683 #ifdef FEAT_GUI_MAC