]> granicus.if.org Git - vim/commit
patch 8.1.1351: text property wrong after :substitute v8.1.1351
authorBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 13:19:57 +0000 (15:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 May 2019 13:19:57 +0000 (15:19 +0200)
commit338dfdad3844ebb1ce1d56c421d1f698c086eb0c
tree92afa870c4fd44c0de47468149d64c42708c2aa8
parentdc6855af974f2ef553aceee619fadcb858e25d39
patch 8.1.1351: text property wrong after :substitute

Problem:    Text property wrong after :substitute.
Solution:   Save for undo before changing any text properties.
src/change.c
src/edit.c
src/ex_cmds.c
src/misc1.c
src/ops.c
src/proto/textprop.pro
src/testdir/test_textprop.vim
src/textprop.c
src/version.c