1
0
forked from aniani/vim

patch 9.0.0133: virtual text after line moves to joined line

Problem:    Virtual text after line moves to joined line. (Yegappan
            Lakshmanan)
Solution:   When joining lines only keep virtual text after the last line.
This commit is contained in:
Bram Moolenaar
2022-08-01 22:18:50 +01:00
parent 09ff4b54fb
commit e175dc6911
6 changed files with 53 additions and 14 deletions

View File

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