diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-10 20:34:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-10 20:34:04 +0100 |
commit | 7ba3b91e0385c848c773e2f2d803db01730e7786 (patch) | |
tree | ba8120ac6c9dbbbc973d5206de5d47df9b43044f /src/version.c | |
parent | 57ea2924e5dd14aac716a1ee349bdb61f6429f59 (diff) | |
download | vim-git-8.2.0237.tar.gz |
patch 8.2.0237: crash when setting 'wincolor' on finished terminal windowv8.2.0237
Problem: Crash when setting 'wincolor' on finished terminal window.
(Bakudankun)
Solution: Check that the vterm is not NULL. (Yasuhiro Matsumoto, closes
#5607, closes #5610)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7ca6baacf..7c48e0bdc 100644 --- a/src/version.c +++ b/src/version.c @@ -743,6 +743,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 237, +/**/ 236, /**/ 235, |