1
0
forked from aniani/vim

patch 9.0.0243: text properties "below" sort differently on MS-Windows

Problem:    Text properties "below" sort differently on MS-Windows.
Solution:   Use the ID as a tie breaker. (closes #10958)
This commit is contained in:
Bram Moolenaar
2022-08-22 13:00:16 +01:00
parent 171c683237
commit e89aeed43e
2 changed files with 8 additions and 1 deletions

View File

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