diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-04 23:21:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-04 23:21:35 +0100 |
commit | 8f027fe470555252b258508c455e93700a969cb1 (patch) | |
tree | 073ea9753872a8345c43a07e77b7c52c4e618259 /src/version.c | |
parent | a471eeae75cda982bb6ddffbb0cbb71d868b97bf (diff) | |
download | vim-git-8f027fe470555252b258508c455e93700a969cb1.tar.gz |
patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSIv8.2.0356
Problem: MS-Windows: feedkeys() with VIMDLL cannot handle CSI correctly.
Solution: Modify mch_inchar() to encode CSI bytes. (Ozaki Kiichi, Ken
Takata, closes #5726)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f494186ff..3e7115ba3 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 356, +/**/ 355, /**/ 354, |