]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0869: it is not possible to customize the quickfix window contents v8.2.0869
authorBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 21:11:59 +0000 (23:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 21:11:59 +0000 (23:11 +0200)
commit858ba06d5f577b187da0367b231f7fa9461cb32d
tree89e7da14ddfacad9663c1289d8c71d57d81206f9
parent2245ae18e3480057f98fc0e5d9f18091f32a5de0
patch 8.2.0869: it is not possible to customize the quickfix window contents

Problem:    It is not possible to customize the quickfix window contents.
Solution:   Add 'quickfixtextfunc'. (Yegappan Lakshmanan, closes #5465)
runtime/doc/eval.txt
runtime/doc/options.txt
runtime/doc/quickfix.txt
src/option.h
src/optiondefs.h
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c