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 f752a12 commit 78f1705Copy full SHA for 78f1705
src/search.c
@@ -1585,7 +1585,7 @@ searchc(cap, t_cmd)
1585
/* Force a move of at least one char, so ";" and "," will move the
1586
* cursor, even if the cursor is right in front of char we are looking
1587
* at. */
1588
- if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1)
+ if (vim_strchr(p_cpo, CPO_SCOLON) == NULL && count == 1 && t_cmd)
1589
stop = FALSE;
1590
}
1591
src/version.c
@@ -709,6 +709,8 @@ static char *(features[]) =
709
710
static int included_patches[] =
711
{ /* Add new patch number below this line */
712
+/**/
713
+ 246,
714
/**/
715
245,
716
0 commit comments