]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal window v8.2.3803
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Dec 2021 08:41:38 +0000 (08:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Dec 2021 08:41:38 +0000 (08:41 +0000)
commit829c8e87e2d99b9d87c9c745e74750177c0298df
tree91aa6fed68d3bd930a9a70100b05a40d54888f36
parent0407d270342d363c6297a7556cd904b4c434df54
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)
src/terminal.c
src/version.c