summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/gui.c b/src/gui.c
index 916c9befc..3456f9246 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -2885,6 +2885,7 @@ gui_insert_lines(int row, int count)
}
}
+#ifdef FEAT_TIMERS
/*
* Passed to ui_wait_for_chars_or_timer(), ignoring extra arguments.
*/
@@ -2896,6 +2897,7 @@ gui_wait_for_chars_3(
{
return gui_mch_wait_for_chars(wtime);
}
+#endif
/*
* Returns OK if a character was found to be available within the given time,
diff --git a/src/version.c b/src/version.c
index cba8fcfc0..7b2f89a77 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1415,
+/**/
1414,
/**/
1413,