1
0
forked from aniani/vim

patch 9.0.0489: using "end_lnum" with virtual text causes problems

Problem:    Using "end_lnum" with virtual text causes problems.
Solution:   Disallow using "end_lnum" with virtual text. (closes #11151)
            Also disallow "end_col" and "length".
This commit is contained in:
Bram Moolenaar
2022-09-17 18:57:36 +01:00
parent 4c7fd4d68f
commit fb593c5350
4 changed files with 25 additions and 2 deletions

View File

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