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 e4a3bcf commit 7df0f63Copy full SHA for 7df0f63
src/ex_getln.c
@@ -1570,8 +1570,9 @@ getcmdline(
1570
vim_beep(BO_ERROR);
1571
goto cmdline_not_changed;
1572
}
1573
+ else
1574
#endif
- else if (xpc.xp_numfiles > 0)
1575
+ if (xpc.xp_numfiles > 0)
1576
{
1577
if (nextwild(&xpc, (c == Ctrl_P) ? WILD_PREV : WILD_NEXT,
1578
0, firstc != '@') == FAIL)
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2261,
768
/**/
769
2260,
770
0 commit comments