From 29ddebef4038d2d2b3bc9d8d3b0109f4046d6fbf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Jan 2019 17:28:26 +0100 Subject: patch 8.1.0826: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_VIRTUALEDIT. Adds about 10Kbyte to the code. --- src/menu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/menu.c') diff --git a/src/menu.c b/src/menu.c index a9cbb05d02..085d0e79ca 100644 --- a/src/menu.c +++ b/src/menu.c @@ -2318,9 +2318,7 @@ execute_menu(exarg_T *eap, vimmenu_T *menu, int mode_idx) curwin->w_cursor.col = 1; tpos.lnum = eap->line2; tpos.col = MAXCOL; -#ifdef FEAT_VIRTUALEDIT tpos.coladd = 0; -#endif } /* Activate visual mode */ -- cgit v1.2.3