]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3372: line2byte() value wrong when adding a text property v8.2.3372
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Aug 2021 14:40:03 +0000 (16:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Aug 2021 14:40:03 +0000 (16:40 +0200)
commitcdd8a5e6fe089a3b1370ac940d06fc3cefc6f8f2
tree10f350717f6d85b661fcd8124bc57c69cc6e4797
parent5ca5cc6412d7d68fd380926f9551a8b7ba335199
patch 8.2.3372: line2byte() value wrong when adding a text property

Problem:    line2byte() value wrong when adding a text property. (Yuto Kimura)
Solution:   Adjust length for text property. (closes #8772)  Also fix it for
            deleting a line.
src/memline.c
src/testdir/test_textprop.vim
src/version.c