comparison src/version.c @ 20951:64c1b0796c46 v8.2.1027

patch 8.2.1027: GUI: multi-byte characters do not work in a terminal Commit: https://github.com/vim/vim/commit/820ffa567c5a4bc0d3517c79c91d63d8062c358e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 15:09:14 2020 +0200 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 https://github.com/vim/vim/issues/6304)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 15:15:03 +0200
parents 62912ad41aff
children 6b4b887a12f0
comparison
equal deleted inserted replaced
20950:a8c5a81384da 20951:64c1b0796c46
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1027,
757 /**/ 759 /**/
758 1026, 760 1026,
759 /**/ 761 /**/
760 1025, 762 1025,
761 /**/ 763 /**/