mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0826: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_VIRTUALEDIT. Adds about 10Kbyte to the code.
This commit is contained in:
@@ -4332,9 +4332,7 @@ do_ecmd(
|
||||
/* 'sol' is off: Use last known column. */
|
||||
curwin->w_cursor.col = solcol;
|
||||
check_cursor_col();
|
||||
#ifdef FEAT_VIRTUALEDIT
|
||||
curwin->w_cursor.coladd = 0;
|
||||
#endif
|
||||
curwin->w_set_curswant = TRUE;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user