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 14a4deb commit 4ce46c2Copy full SHA for 4ce46c2
2 files changed
src/gui.c
@@ -2885,6 +2885,7 @@ gui_insert_lines(int row, int count)
2885
}
2886
2887
2888
+#ifdef FEAT_TIMERS
2889
/*
2890
* Passed to ui_wait_for_chars_or_timer(), ignoring extra arguments.
2891
*/
@@ -2896,6 +2897,7 @@ gui_wait_for_chars_3(
2896
2897
{
2898
return gui_mch_wait_for_chars(wtime);
2899
2900
+#endif
2901
2902
2903
* Returns OK if a character was found to be available within the given time,
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
+ 1415,
776
/**/
777
1414,
778
0 commit comments