]> granicus.if.org Git - vim/commit
patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set v9.0.0322
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2022 19:45:16 +0000 (20:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Aug 2022 19:45:16 +0000 (20:45 +0100)
commit4f1b083be43f351bc107541e7b0c9655a5d2c0bb
treedc39650176462f3bcd38f7d789d3f8c6b22c3dd0
parent37fef16c225eabed28a3c7a0542d2eeef30d812b
patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set

Problem:    Crash when no errors and 'quickfixtextfunc' is set.
Solution:   Do not handle errors if there aren't any.
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c