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 a683ec4 commit 1572e30Copy full SHA for 1572e30
2 files changed
src/os_unix.c
@@ -511,7 +511,7 @@ mch_inchar(
511
|| interrupted
512
#endif
513
|| wait_time > 0
514
- || !did_start_blocking)
+ || (wtime < 0 && !did_start_blocking))
515
continue;
516
517
/* no character available or interrupted */
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 512,
769
/**/
770
511,
771
0 commit comments