]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.657 v7.3.657
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Sep 2012 17:03:56 +0000 (19:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Sep 2012 17:03:56 +0000 (19:03 +0200)
commitcdab9051368a6437b7e40df673594147425df751
tree79288319fdc749ff595b899a882caeeebf98c474
parent77fceb890851e8c97c9d4bbe521dff165455d371
updated for version 7.3.657
Problem:    Python bindings silently truncate string values containing NUL.
Solution:   Fail when a string contains NUL. (ZyX)
src/if_python.c
src/if_python3.c
src/version.c