summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-03 22:57:32 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-03 22:57:32 +0200
commit80a8d3889bf1341c47f1c88c59825f183b2b4753 (patch)
tree09cf69c6e3dc3f8513badc8ec99dd593ceb7842d /src/version.c
parent2fd4cd755c3e87e733b7363ac13e5c0fe0297a80 (diff)
patch 8.2.0694: Haiku: channel and terminal do not workv8.2.0694
Problem: Haiku: channel and terminal do not work. Solution: Close files when the job has finished. (Ozaki Kiichi, closes #6039)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 10f4efdf3f..982170eb8f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 694,
+/**/
693,
/**/
692,