diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1269,
+/**/
     1268,
 /**/
     1267,