]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2429: :goto does not work correctly with text properties v8.2.2429
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 16:16:28 +0000 (17:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 16:16:28 +0000 (17:16 +0100)
commit59ff64079b4fcf0393a7413e3242a8b58c2ceadb
treea208fde9c4088bd4aa17ffd7bdafded18bb4aa69
parent92e5df804719d2e6cb8145c2b098aa8d6f3dd252
patch 8.2.2429: :goto does not work correctly with text properties

Problem:    :goto does not work correctly with text properties. (Sam McCall)
Solution:   Add a test. (Andrew Radev)  Also use the text property size when
            computing the remaining offset. (closes #5930)
src/memline.c
src/testdir/test_textprop.vim
src/version.c