]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1019: pasting in virtual edit happens in the wrong place v8.0.1019
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 15:01:35 +0000 (17:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Aug 2017 15:01:35 +0000 (17:01 +0200)
commitd41babef89a50cdf165f15bc1834c0a4e89ffff8
treefe92798ce61d0cda8fa746fc9baacc9dc1663266
parent4ad3b2b588f0f591dcc53096c46ec1b5e80af49f
patch 8.0.1019: pasting in virtual edit happens in the wrong place

Problem:    Pasting in virtual edit happens in the wrong place.
Solution:   Do not adjust coladd when after the end of the line (closes #2015)
src/misc2.c
src/testdir/test_virtualedit.vim
src/version.c