]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5014: byte offsets are wrong when using text properties v8.2.5014
authorPaul Ollis <paul@cleversheep.org>
Tue, 24 May 2022 20:26:37 +0000 (21:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 May 2022 20:26:37 +0000 (21:26 +0100)
commit4c3d21acaa09d929e6afe10288babe1d0af3de35
tree2dc8dcb057fdeb4ab2bd2398e460a1692a0ac519
parent78d52883e10d71f23ab72a3d8b9733b00da8c9ad
patch 8.2.5014: byte offsets are wrong when using text properties

Problem:    Byte offsets are wrong when using text properties.
Solution:   Make sure text properties do not affect the byte counts.
            (Paul Ollis, closes #10474)
src/memline.c
src/testdir/test_textprop.vim
src/textprop.c
src/version.c