]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0269: may get ml_get error when :perldo deletes lines v8.0.0269
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 21:59:12 +0000 (22:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 21:59:12 +0000 (22:59 +0100)
commit85b5743d3e69f96882b6124d4b4ebf873ca24707
treec2449a5ef9a093791d15119dad00140ea570e3d7
parentd58f03b1c21b5b0242718f89da53ddd67b1eff6b
patch 8.0.0269: may get ml_get error when :perldo deletes lines

Problem:    May get ml_get error when :perldo deletes lines or switches to
            another buffer. (Nikolai Pavlov, issue #1421)
Solution:   Check the buffer and line every time.
src/if_perl.xs
src/testdir/test_perl.vim
src/version.c