commit | 829c8e87e2d99b9d87c9c745e74750177c0298df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 08:41:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 08:41:38 2021 +0000 |
tree | 91aa6fed68d3bd930a9a70100b05a40d54888f36 | |
parent | 0407d270342d363c6297a7556cd904b4c434df54 [diff] [blame] |
patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal window Problem: Crash when 'writedelay' is set and using a terminal window to execute a shell command. Solution: Check that "tl_vterm" isn't NULL. (closes #9346)
diff --git a/src/version.c b/src/version.c index 4181019..7af9577 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3803, +/**/ 3802, /**/ 3801,