]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0265: may get ml_get error when :pydo deletes lines v8.0.0265
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 20:31:09 +0000 (21:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 20:31:09 +0000 (21:31 +0100)
commita58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387
tree5b4812b921817e5a8417c4cf62fcbcdc53cf3ec4
parentd297f35eb0f6cfed47dd7ecf47df62994695a454
patch 8.0.0265: may get ml_get error when :pydo deletes lines

Problem:    May get ml_get error when :pydo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue #1421)
Solution:   Check the buffer and line every time.
src/Makefile
src/if_py_both.h
src/testdir/Make_all.mak
src/testdir/test_python2.vim [new file with mode: 0644]
src/testdir/test_python3.vim [new file with mode: 0644]
src/version.c