1
0
forked from aniani/vim

patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off

Problem:    Virtual text "after" wraps to next line even when 'wrap' is off
            and 'list' is set.
Solution:   Do not use the minimum width when 'wrap' is off. (issue #11336)
This commit is contained in:
Bram Moolenaar
2022-10-11 21:02:09 +01:00
parent a275f2cdcc
commit 7e017461e2
4 changed files with 35 additions and 3 deletions

View File

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