commit | 9957a10d0f0c34d8083af6ed66e198e4796038e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 21:53:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 23 21:53:53 2017 +0100 |
tree | 88d1ea08b2bfcb86cdebe6b6be29687e682daa6d | |
parent | 7a2699e868bca781e26b060a44fc714d87cfa4ba [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 86d7816..6020472 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 225, +/**/ 224, /**/ 223,