commit | 8f027fe470555252b258508c455e93700a969cb1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 23:21:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 04 23:21:35 2020 +0100 |
tree | 073ea9753872a8345c43a07e77b7c52c4e618259 | |
parent | a471eeae75cda982bb6ddffbb0cbb71d868b97bf [diff] [blame] |
patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI Problem: MS-Windows: feedkeys() with VIMDLL cannot handle CSI correctly. Solution: Modify mch_inchar() to encode CSI bytes. (Ozaki Kiichi, Ken Takata, closes #5726)
diff --git a/src/version.c b/src/version.c index f494186..3e7115b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 356, +/**/ 355, /**/ 354,