]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal v8.1.1848
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 18:58:54 +0000 (20:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 18:58:54 +0000 (20:58 +0200)
commita4b2699e28a30dcc4d1696b317f24a8904ec2a06
tree1fdfacb6d7b165248e0fefdc73304b4be43eb833
parent185d68a9d08f18440af93dd0f232e38f1819ddb2
patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal

Problem:    'langmap' is not used for CTRL-W command in terminal.
Solution:   Push the command in the typeahead buffer instead of the stuff
            buffer. (closes #4814)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c