]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal window v8.2.1772
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 19:23:25 +0000 (21:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Sep 2020 19:23:25 +0000 (21:23 +0200)
commitf43e7ac4eee22dbb26fc069ec9a3d1598ec8dfe9
tree65ec6d521b22fcd11a923e9773495f8b1fd67fde
parent391c36279415d0b8c5dba1ba11b668add04be963
patch 8.2.1772: cannot use CTRL-W <Down> to move out of a terminal window

Problem:    Cannot use CTRL-W <Down> to move out of a terminal window.
Solution:   Use special_to_buf() instead of mb_char2bytes(). (closes #7045)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c