commit | 820ffa567c5a4bc0d3517c79c91d63d8062c358e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 15:09:14 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 21 15:09:14 2020 +0200 |
tree | 53ad1c5ef5ed6de0a4f1f8f66dada6a96f52fd23 | |
parent | a3b7fdc1bb227897f41b8f2958a48d0a26292ff7 [diff] [blame] |
patch 8.2.1027: GUI: multi-byte characters do not work in a terminal Problem: GUI: multi-byte characters do not work in a terminal. Solution: Do not assume a key is one byte. (closes #6304)
diff --git a/src/version.c b/src/version.c index dad2478..b786591 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1027, +/**/ 1026, /**/ 1025,