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 40b1b54 commit 4445f7eCopy full SHA for 4445f7e
2 files changed
src/os_win32.c
@@ -1446,7 +1446,9 @@ WaitForChar(long msec)
1446
INPUT_RECORD ir;
1447
DWORD cRecords;
1448
WCHAR ch, ch2;
1449
+#ifdef FEAT_TIMERS
1450
int tb_change_cnt = typebuf.tb_change_cnt;
1451
+#endif
1452
1453
if (msec > 0)
1454
/* Wait until the specified time has elapsed. */
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1760,
753
/**/
754
1759,
755
0 commit comments