]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0870: get E967 when using text property in quickfix window v9.0.0870
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2022 12:54:50 +0000 (12:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Nov 2022 12:54:50 +0000 (12:54 +0000)
commit2f7bfe66a1373051792f2ecaeefb66049825221d
treea01ffdeb5ba2e585050981645c4473e9b87fea46
parent28c56d501352bd98472d23667bade683877cadcc
patch 9.0.0870: get E967 when using text property in quickfix window

Problem:    Get E967 when using text property in quickfix window. (Sergey
            Vlasov)
Solution:   Do not add an extra NUL and compute the text length correctly.
            (closes #11513)
src/quickfix.c
src/testdir/test_textprop.vim
src/version.c