1
0
forked from aniani/vim

patch 9.0.0709: virtual text "after" not correct with 'nowrap'

Problem:    Virtual text "after" not correct with 'nowrap'.
Solution:   Do not display "after" text prop on the next line when 'wrap' is
            off.
This commit is contained in:
Bram Moolenaar
2022-10-09 21:53:58 +01:00
parent 15b314ffbb
commit f167c7b424
6 changed files with 55 additions and 10 deletions

View File

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