1
0
forked from aniani/vim

updated for version 7.4a.008

Problem:    Python 3 doesn't handle multibyte characters prooperly when
            'encoding' is not utf-8.
Solution:   Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken
            Takata)
This commit is contained in:
Bram Moolenaar
2013-07-09 17:30:55 +02:00
parent b69510e889
commit e032461eed
2 changed files with 4 additions and 1 deletions

View File

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