commit | a4b2699e28a30dcc4d1696b317f24a8904ec2a06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 15 20:58:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 15 20:58:54 2019 +0200 |
tree | 1fdfacb6d7b165248e0fefdc73304b4be43eb833 | |
parent | 185d68a9d08f18440af93dd0f232e38f1819ddb2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b8a84ac..3ec385c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1848, +/**/ 1847, /**/ 1846,