]> granicus.if.org Git - vim/commit
patch 9.0.0133: virtual text after line moves to joined line v9.0.0133
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2022 21:18:50 +0000 (22:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2022 21:18:50 +0000 (22:18 +0100)
commite175dc6911948bcd0c854876b534fee62fb95b9f
tree67b74045048bee4fbcaa4fa4340b1fccba7084a3
parent09ff4b54fb86a64390ba9c609853c6410ea6197c
patch 9.0.0133: virtual text after line moves to joined line

Problem:    Virtual text after line moves to joined line. (Yegappan
            Lakshmanan)
Solution:   When joining lines only keep virtual text after the last line.
src/ops.c
src/proto/textprop.pro
src/testdir/dumps/Test_prop_with_text_after_joined_1.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c