1
0
forked from aniani/vim

patch 9.0.0723: extra empty line below virtual text when 'list' is set

Problem:    Extra empty line below virtual text when 'list' is set.
Solution:   Do not reset lcs_eol_one but set text_prop_follows. (closes #11339)
This commit is contained in:
Bram Moolenaar
2022-10-11 16:47:22 +01:00
parent 877151b3d8
commit a9a364872e
4 changed files with 15 additions and 2 deletions

View File

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