From 7ba3b91e0385c848c773e2f2d803db01730e7786 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 10 Feb 2020 20:34:04 +0100 Subject: patch 8.2.0237: crash when setting 'wincolor' on finished terminal window Problem: Crash when setting 'wincolor' on finished terminal window. (Bakudankun) Solution: Check that the vterm is not NULL. (Yasuhiro Matsumoto, closes #5607, closes #5610) --- 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 7ca6baacf..7c48e0bdc 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 237, /**/ 236, /**/ -- cgit v1.2.1