summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c
index a9cbb05d0..085d0e79c 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 */