patch 8.2.2493: text property for text left of window shows up

Problem:    Text property for text left of window shows up.
Solution:   Check if the text property ends before the current column.
            (closes #7806)
This commit is contained in:
Bram Moolenaar
2021-02-10 17:20:28 +01:00
parent b17ec4d427
commit f3fa18468c
5 changed files with 44 additions and 1 deletions

View File

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