]> granicus.if.org Git - vim/commit
patch 8.1.2216: text property in wrong place after :substitute v8.1.2216
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Oct 2019 20:13:29 +0000 (22:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Oct 2019 20:13:29 +0000 (22:13 +0200)
commit1fd30d7bae1b3e57f008c052d765a3ec73d58114
tree9b2bd3dbfba4406d89eb6e89dad0cdd2dae50f4a
parent7aee6876eb4a66cc9d475e30bb58c060e7d4e90e
patch 8.1.2216: text property in wrong place after :substitute

Problem:    Text property in wrong place after :substitute.
Solution:   Pass the new column instead of the old one. (Christian Brabandt,
            closes #4427)
src/ex_cmds.c
src/testdir/test_textprop.vim
src/version.c