]> granicus.if.org Git - vim/commit
patch 8.1.0682: text properties not adjusted when backspacing replaced text v8.1.0682
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2019 22:47:18 +0000 (23:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2019 22:47:18 +0000 (23:47 +0100)
commit196d157f12cf0476d97f78834155fc67d6b161de
tree3deba5b00cb3d25d69ae887a3491dde66096ac19
parent33c8ca923ed6d5638fa98afabb2e25b5056dd47b
patch 8.1.0682: text properties not adjusted when backspacing replaced text

Problem:    Text properties are not adjusted when backspacing replaced text.
Solution:   Keep text properties on text restored in replace mode.
src/edit.c
src/globals.h
src/testdir/test_textprop.vim
src/textprop.c
src/version.c