1
0
forked from aniani/vim

updated for version 7.3.814

Problem:    Can't input multibyte characters on Win32 console if 'encoding' is
            different from current codepage.
Solution:   Use convert_input_safe() instead of convert_input().  Make
            string_convert_ext() return an error for incomplete input. (Ken
            Takata)
This commit is contained in:
Bram Moolenaar
2013-02-13 16:49:58 +01:00
parent a3914327f7
commit ffeedec023
3 changed files with 57 additions and 4 deletions

View File

@@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
814,
/**/
813,
/**/