]> granicus.if.org Git - vim/commit
updated for version 7.3.220 v7.3.220
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 22:27:51 +0000 (00:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Jun 2011 22:27:51 +0000 (00:27 +0200)
commit19e609437873594b8b08aaceafbe81ef235044bf
tree7267281ba8360c116e6def0f1c626c2d66421d37
parentf85dae3c34065244f701e44c21a4e828566c63f1
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)
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/version.c