]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0121: cannot put virtual text after or below a line v9.0.0121
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jul 2022 16:12:43 +0000 (17:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jul 2022 16:12:43 +0000 (17:12 +0100)
commitb7963df98f9dbbb824713acad2f47c9989fcf8f3
tree8c2476dc61f392b6524ab189f6a2e1b9558bd6a3
parent6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1
patch 9.0.0121: cannot put virtual text after or below a line

Problem:    Cannot put virtual text after or below a line.
Solution:   Add "text_align" and "text_wrap" arguments.
runtime/doc/textprop.txt
src/charset.c
src/drawline.c
src/structs.h
src/testdir/dumps/Test_prop_with_text_after_1.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c