]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4957: text properties in a wrong position after a block change v8.2.4957
authorLemonBoy <thatlemon@gmail.com>
Sun, 15 May 2022 12:08:02 +0000 (13:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 May 2022 12:08:02 +0000 (13:08 +0100)
commitb559b302e0ecc6fced03d5201dc30f10cff7af0a
tree4b42965e1ce1153a1ec471de9c7e4dcef442e920
parent395bd1f6d3edc9f7edb5d1f2d7deaf5a9e3ab93c
patch 8.2.4957: text properties in a wrong position after a block change

Problem:    Text properties in a wrong position after a block change.
Solution:   Adjust the properties columns. (closes #10427)
src/ops.c
src/testdir/test_textprop.vim
src/version.c