commit | 7ba3b91e0385c848c773e2f2d803db01730e7786 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 10 20:34:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 10 20:34:04 2020 +0100 |
tree | ba8120ac6c9dbbbc973d5206de5d47df9b43044f | |
parent | 57ea2924e5dd14aac716a1ee349bdb61f6429f59 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7ca6baa..7c48e0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 237, +/**/ 236, /**/ 235,