]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.1046 v7.3.1046
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:26:18 +0000 (22:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2013 20:26:18 +0000 (22:26 +0200)
commit432b09c84dc6daf0b7ca8dac986bc0b1faf899d7
treeee4cb3e820b87461d8c38087fc2ae30061b0c13b
parent21642ed1b4aeab32d419f310d2100999482b1079
updated for version 7.3.1046
Problem:    Python: Using Py_BuildValue for building strings.
Solution:   Python patch 7 and 7.5: Replace Py_BuildValue with
            PyString_FromString. (ZyX)
src/if_py_both.h
src/version.c