]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0225: put in Visual block mode terminates early v8.0.0225
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2017 20:53:53 +0000 (21:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2017 20:53:53 +0000 (21:53 +0100)
commit9957a10d0f0c34d8083af6ed66e198e4796038e0
tree88d1ea08b2bfcb86cdebe6b6be29687e682daa6d
parent7a2699e868bca781e26b060a44fc714d87cfa4ba
patch 8.0.0225: put in Visual block mode terminates early

Problem:    When a block is visually selected and put is used on the end of
            the selection only one line is changed.
Solution:   Check for the end properly. (Christian Brabandt, neovim issue
            5781)
src/ops.c
src/testdir/test_put.vim
src/version.c