]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0185: virtual text does not show if text prop at same position v9.0.0185
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Aug 2022 15:00:33 +0000 (16:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Aug 2022 15:00:33 +0000 (16:00 +0100)
commit952c9b02f8a7c2386b66ed643eef0acd35e842ae
treecf97f4f161b97b1f524c4a36fa6109c38cbd9b83
parent1d8844aa59416dd306912b5563b8e928dfd387ba
patch 9.0.0185: virtual text does not show if text prop at same position

Problem:    Virtual text does not show if tehre is a text prop at same
            position. (Ben Jackson)
Solution:   Fix the sorting of properties. (closes #10879)
src/drawline.c
src/testdir/dumps/Test_prop_at_same_pos.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c