]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1616: quickfix text field is truncated v9.0.1616
authorShane Harper <shane@shaneharper.net>
Wed, 7 Jun 2023 18:09:57 +0000 (19:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 7 Jun 2023 18:09:57 +0000 (19:09 +0100)
commit5bf042810b19a627eda2f170624a0cfd7b4f6ed6
tree96c07672ce59f762ba9270e8b3b3ffbd41b0675f
parentcdb7b4c50826df254d2e5ba8abd211e49b7a9784
patch 9.0.1616: quickfix text field is truncated

Problem:    Quickfix text field is truncated.
Solution:   Fix output of text field after pattern field in quickfix buffer.
            (Shane Harper, closes #12498)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c