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 0854d0a commit e49f9caCopy full SHA for e49f9ca
src/ex_docmd.c
@@ -8371,7 +8371,7 @@ ex_sleep(eap)
8371
{
8372
n = W_WINROW(curwin) + curwin->w_wrow - msg_scrolled;
8373
if (n >= 0)
8374
- windgoto((int)n, curwin->w_wcol);
+ windgoto((int)n, W_WINCOL(curwin) + curwin->w_wcol);
8375
}
8376
8377
len = eap->line2;
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 169,
743
/**/
744
168,
745
0 commit comments