From 80a8d3889bf1341c47f1c88c59825f183b2b4753 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 3 May 2020 22:57:32 +0200 Subject: patch 8.2.0694: Haiku: channel and terminal do not work Problem: Haiku: channel and terminal do not work. Solution: Close files when the job has finished. (Ozaki Kiichi, closes #6039) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 10f4efdf3f..982170eb8f 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 694, /**/ 693, /**/ -- cgit v1.2.3