]> granicus.if.org Git - vim/commit
patch 8.1.0655: when appending a line text property flags are not added v8.1.0655
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Dec 2018 22:22:40 +0000 (23:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Dec 2018 22:22:40 +0000 (23:22 +0100)
commitb56ac049ea6ca77a0a9b0a415bac5e82ae60b842
tree1c3e98248f984590cd1c1f7b57c171f06df04b96
parentc1a9bc1a7284bd0e60f9bddfef6a4ee733bfc838
patch 8.1.0655: when appending a line text property flags are not added

Problem:    When appending a line text property flags are not added.
Solution:   Add text properties to a newly added line.
src/memline.c
src/testdir/test_textprop.vim
src/textprop.c
src/version.c