]> granicus.if.org Git - vim/commit
patch 9.0.0736: quickfix listing does not handle very long messages v9.0.0736
authorYegappan Lakshmanan <yegappan@yahoo.com>
Thu, 13 Oct 2022 10:59:22 +0000 (11:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Oct 2022 10:59:22 +0000 (11:59 +0100)
commitf8412c9d7cc487dacf47a217ae947da68a525c53
treebba062ffddbdd37e7caedd586c3bc7ddbc92919e
parente42033e735febb163fdc57aadbc11787ca611ba9
patch 9.0.0736: quickfix listing does not handle very long messages

Problem:    Quickfix listing does not handle very long messages.
Solution:   Use a growarray instead of a fixed size buffer. (Yegappan
            Lakshmanan, closes #11357)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c