]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0109: corrupted text properties when expanding spaces v8.2.0109
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Jan 2020 20:35:48 +0000 (21:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Jan 2020 20:35:48 +0000 (21:35 +0100)
commitac15fd8c6761763c8feedef1a2fbd8309f0a823c
tree894e9e51f2f0a13c10cd3ac540db63d6f64beecd
parentbf0acff012c2f75563c20241f1a5478534fe2c7a
patch 8.2.0109: corrupted text properties when expanding spaces

Problem:    Corrupted text properties when expanding spaces.
Solution:   Reallocate the line. (Nobuhiro Takasaki, closes #5457)
src/edit.c
src/testdir/test_textprop.vim
src/version.c