mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0228
This commit is contained in:
@@ -157,7 +157,7 @@ coladvance2(pos, addspaces, finetune, wcol)
|
||||
|| (VIsual_active && *p_sel != 'o')
|
||||
#endif
|
||||
#ifdef FEAT_VIRTUALEDIT
|
||||
|| (ve_flags & VE_ONEMORE)
|
||||
|| ((ve_flags & VE_ONEMORE) && wcol < MAXCOL)
|
||||
#endif
|
||||
;
|
||||
line = ml_get_curline();
|
||||
|
Reference in New Issue
Block a user