]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0145: substitute that joins lines drops text properties v9.0.0145
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Aug 2022 18:46:48 +0000 (19:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Aug 2022 18:46:48 +0000 (19:46 +0100)
commit213bbaf15afc628e5f83d1ae6526631ca8292292
treef9b701acce08e848d8b8dde47946ab32a1b22b54
parentf4ba8bc47eb3c6b5899ef31d083b9b8f0d4ca456
patch 9.0.0145: substitute that joins lines drops text properties

Problem:    Substitute that joins lines drops text properties.
Solution:   Move text properties of the last line to the new line.
src/ex_cmds.c
src/proto/textprop.pro
src/testdir/test_textprop.vim
src/textprop.c
src/version.c