commit | f43e7ac4eee22dbb26fc069ec9a3d1598ec8dfe9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 21:23:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 29 21:23:25 2020 +0200 |
tree | 65ec6d521b22fcd11a923e9773495f8b1fd67fde | |
parent | 391c36279415d0b8c5dba1ba11b668add04be963 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d390212..d5c8f30 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1772, +/**/ 1771, /**/ 1770,