1
0
forked from aniani/vim

patch 9.0.1304: "$" for 'list' option displayed in wrong position

Problem:    "$" for 'list' option displayed in wrong position when there are
            text properties.
Solution:   Adjust logic for order of displayed items. (closes #11959)
This commit is contained in:
Bram Moolenaar
2023-02-12 14:42:15 +00:00
parent 094b8473ed
commit 234c3fab28
4 changed files with 41 additions and 16 deletions

View File

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