1
0
forked from aniani/vim

updated for version 7.3.220

Problem:    Python 3: vim.error is a 'str' instead of an 'Exception' object,
            so 'except' or 'raise' it causes a 'SystemError' exception.
            Buffer objects do not support slice assignment.
            When exchanging text between Vim and Python, multibyte texts become
            gabage or cause Unicode Expceptions, etc.
            'py3file' tries to read in the file as Unicode, sometimes causes
            UnicodeDecodeException
Solution:   Fix the problems. (lilydjwg)
This commit is contained in:
Bram Moolenaar
2011-06-19 00:27:51 +02:00
parent f85dae3c34
commit 19e6094378
4 changed files with 339 additions and 270 deletions

View File

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