]> granicus.if.org Git - vim/commit
patch 9.0.0458: splitting a line with a text prop "above" moves it down v9.0.0458
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Sep 2022 17:34:18 +0000 (18:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Sep 2022 17:34:18 +0000 (18:34 +0100)
commit3b93cf218fc70897c11de0415221e7899e9a527a
tree2c7c401ba41ccc52d15f7e30b62ccc75c08102c2
parenta04f457a6c071179bac4088c9314007d39d5c5e0
patch 9.0.0458: splitting a line with a text prop "above" moves it down

Problem:    Splitting a line with a text prop "above" moves it to a new line
            below.
Solution:   Keep an "above" text prop above the first line.
src/testdir/dumps/Test_prop_with_text_above_8.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c