commit | d41babef89a50cdf165f15bc1834c0a4e89ffff8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 17:01:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 30 17:01:35 2017 +0200 |
tree | fe92798ce61d0cda8fa746fc9baacc9dc1663266 | |
parent | 4ad3b2b588f0f591dcc53096c46ec1b5e80af49f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d18585d..980f285 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1019, +/**/ 1018, /**/ 1017,