comparison src/netbeans.c @ 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 ee138f29259e
children f8f2a61e538d
comparison
equal deleted inserted replaced
5734:657ade71d395 5735:50dbef5e774a
2230 return FAIL; 2230 return FAIL;
2231 } 2231 }
2232 2232
2233 nb_set_curbuf(buf->bufp); 2233 nb_set_curbuf(buf->bufp);
2234 2234
2235 #ifdef FEAT_VISUAL
2236 /* Don't want Visual mode now. */ 2235 /* Don't want Visual mode now. */
2237 if (VIsual_active) 2236 if (VIsual_active)
2238 end_visual_mode(); 2237 end_visual_mode();
2239 #endif
2240 #ifdef NBDEBUG 2238 #ifdef NBDEBUG
2241 s = args; 2239 s = args;
2242 #endif 2240 #endif
2243 pos = get_off_or_lnum(buf->bufp, &args); 2241 pos = get_off_or_lnum(buf->bufp, &args);
2244 if (pos) 2242 if (pos)