]> granicus.if.org Git - vim/commit
updated for version 7.3.1228 v7.3.1228
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Jun 2013 11:11:18 +0000 (13:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Jun 2013 11:11:18 +0000 (13:11 +0200)
commit808c2bc8bf435917b792e172a22dc5f8c0e7066a
tree84a7b5846ce850af47f3bf8358818d46470e97d4
parent389a1793f40b149ed8553fb75e7ee40bc684d8c5
updated for version 7.3.1228
Problem:    Python: various inconsistencies and problems.
Solution:   StringToLine now supports both bytes() and unicode() objects.
            Make function names consistant.  Fix memory leak fixed in
            StringToLine. (ZyX)
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/version.c