1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-08-30 17:01:35 +02:00
parent 4ad3b2b588
commit d41babef89
3 changed files with 20 additions and 3 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1019,
/**/
1018,
/**/