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 200d0e3 commit a1d5c15Copy full SHA for a1d5c15
2 files changed
src/ex_getln.c
@@ -1810,11 +1810,11 @@ getcmdline(
1810
# endif
1811
old_botline = curwin->w_botline;
1812
update_screen(NOT_VALID);
1813
- restore_last_search_pattern();
1814
redrawcmdline();
1815
}
1816
else
1817
vim_beep(BO_ERROR);
+ restore_last_search_pattern();
1818
goto cmdline_not_changed;
1819
1820
break;
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1396,
776
/**/
777
1395,
778
0 commit comments