comparison src/version.c @ 16531:5c6bd4431d98 v8.1.1269

patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not work commit https://github.com/vim/vim/commit/ed5ab2a95972b5ef588bdafab9f197e1dcf0c1df Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 20:00:00 2019 +0200 patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not work Problem: MS-Windows GUI: multibyte chars with a 0x80 byte do not work when compiled with VIMDLL. Solution: Adjust the condition for fixing the input buffer. (Ken Takata, closes #4330)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 20:15:04 +0200
parents 1c8a90c4d2a1
children 5e25171e0e75
comparison
equal deleted inserted replaced
16530:9b8ed9cc40db 16531:5c6bd4431d98
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1269,
770 /**/ 772 /**/
771 1268, 773 1268,
772 /**/ 774 /**/
773 1267, 775 1267,
774 /**/ 776 /**/