We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2aa9c commit 74ec06aCopy full SHA for 74ec06a
src/normal.c
@@ -7786,7 +7786,10 @@ n_start_visual_mode(c)
7786
* virtualedit. Recalculate curwin->w_cursor to avoid bad hilighting.
7787
*/
7788
if (c == Ctrl_V && (ve_flags & VE_BLOCK) && gchar_cursor() == TAB)
7789
+ {
7790
+ validate_virtcol();
7791
coladvance(curwin->w_virtcol);
7792
+ }
7793
#endif
7794
VIsual = curwin->w_cursor;
7795
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 630,
719
/**/
720
629,
721
0 commit comments