]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0281: two placed signs in the same line are not combined v8.2.0281
authorBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 16:13:04 +0000 (17:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Feb 2020 16:13:04 +0000 (17:13 +0100)
commita2f6e42ded067df8ee682c15aa246491a389b1a0
tree8eef72d8edf62e4f179d6408167ddc7d73d0f5b1
parent257cc5ee9593cd0653beca8b5945dc7fbf7f2d8d
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.
src/sign.c
src/testdir/dumps/Test_sign_cursor_3.dump
src/testdir/dumps/Test_sign_cursor_4.dump [new file with mode: 0644]
src/testdir/test_signs.vim
src/version.c