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 803af68 commit b8d732eCopy full SHA for b8d732e
2 files changed
src/getchar.c
@@ -447,6 +447,8 @@ flush_buffers(flush_buffers_T flush_typeahead)
447
typebuf.tb_silent = 0;
448
cmd_silent = FALSE;
449
typebuf.tb_no_abbr_cnt = 0;
450
+ if (++typebuf.tb_change_cnt == 0)
451
+ typebuf.tb_change_cnt = 1;
452
}
453
454
/*
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1377,
759
/**/
760
1376,
761
0 commit comments