1
0
forked from aniani/vim

patch 9.0.0905: virtual text after the line wraps when 'wrap' is off

Problem:    Virtual text after the line wraps when 'wrap' is off.
Solution:   Only set text_prop_follows when wrapping. (closes #11463)
This commit is contained in:
Bram Moolenaar
2022-11-18 23:13:47 +00:00
parent 88456cd3c4
commit 02edfaa610
4 changed files with 47 additions and 1 deletions

View File

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