1
0
forked from aniani/vim

patch 8.2.0281: two placed signs in the same line are not combined

Problem:    Two placed signs in the same line are not combined.  E.g. in the
            terminal debugger a breakpoint and the PC cannot be both be
            displayed.
Solution:   Combine the sign column and line highlight attributes.
This commit is contained in:
Bram Moolenaar
2020-02-19 17:13:04 +01:00
parent 257cc5ee95
commit a2f6e42ded
5 changed files with 45 additions and 8 deletions

View File

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