comparison src/feature.h @ 5735:50dbef5e774a v7.4.212

updated for version 7.4.212 Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Mar 2014 15:13:05 +0100
parents 0559091e6f09
children 3421b24e419c
comparison
equal deleted inserted replaced
5734:657ade71d395 5735:50dbef5e774a
212 212
213 /* 213 /*
214 * +visual Visual mode - now always included. 214 * +visual Visual mode - now always included.
215 * +visualextra Extra features for Visual mode (mostly block operators). 215 * +visualextra Extra features for Visual mode (mostly block operators).
216 */ 216 */
217 #define FEAT_VISUAL
218 #ifdef FEAT_NORMAL 217 #ifdef FEAT_NORMAL
219 # define FEAT_VISUALEXTRA 218 # define FEAT_VISUALEXTRA
220 #endif 219 #endif
221 220
222 /* 221 /*
1136 #endif 1135 #endif
1137 1136
1138 #ifdef FEAT_GUI 1137 #ifdef FEAT_GUI
1139 # ifndef FEAT_CLIPBOARD 1138 # ifndef FEAT_CLIPBOARD
1140 # define FEAT_CLIPBOARD 1139 # define FEAT_CLIPBOARD
1141 # ifndef FEAT_VISUAL 1140 # endif
1142 # define FEAT_VISUAL 1141 #endif
1143 # endif 1142
1144 # endif 1143 #if defined(FEAT_NORMAL) \
1145 #endif
1146
1147 #if defined(FEAT_NORMAL) && defined(FEAT_VISUAL) \
1148 && (defined(UNIX) || defined(VMS)) \ 1144 && (defined(UNIX) || defined(VMS)) \
1149 && defined(WANT_X11) && defined(HAVE_X11) 1145 && defined(WANT_X11) && defined(HAVE_X11)
1150 # define FEAT_XCLIPBOARD 1146 # define FEAT_XCLIPBOARD
1151 # ifndef FEAT_CLIPBOARD 1147 # ifndef FEAT_CLIPBOARD
1152 # define FEAT_CLIPBOARD 1148 # define FEAT_CLIPBOARD