]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not work v8.1.1269
authorBram Moolenaar <Bram@vim.org>
Sat, 4 May 2019 18:00:00 +0000 (20:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 May 2019 18:00:00 +0000 (20:00 +0200)
commited5ab2a95972b5ef588bdafab9f197e1dcf0c1df
tree4917d434b728bd0baffbd8e73a6d0ab5708b1944
parent510671a055c2d7a329c88bf133ac302139fd3221
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)
src/getchar.c
src/version.c