]> granicus.if.org Git - vim/commit
patch 9.0.0940: crash when typing a letter in a terminal window v9.0.0940
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 14:05:19 +0000 (14:05 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 14:05:19 +0000 (14:05 +0000)
commitebed1b0bea98390b400c913cfd9211a89b7275d8
treecdc5f0dacae27e0c4fb7446ca0fd2d68a21d91d3
parent47f1fdc28c6839ec8f5aede631d3a870624767b6
patch 9.0.0940: crash when typing a letter in a terminal window

Problem:    Crash when typing a letter in a terminal window. (Shane-XB-Qian)
Solution:   Use the "vterm" variable instead of getting the terminal pointer
            from the current buffer.  (closes #11608)
src/terminal.c
src/testdir/test_termcodes.vim
src/version.c