1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-10 20:34:04 +01:00
parent 57ea2924e5
commit 7ba3b91e03
3 changed files with 19 additions and 0 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
237,
/**/
236,
/**/