]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2069: the quickfix window is not updated after setqflist() v8.2.2069
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Nov 2020 13:20:27 +0000 (14:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Nov 2020 13:20:27 +0000 (14:20 +0100)
commit287153c5d481a09ffe98a95ad78390ff580bb557
tree99819d5461273342402b66cb44f1934093fbb2da
parentb46f57e87b3706a8c4b97d8e03f7853a7938b061
patch 8.2.2069: the quickfix window is not updated after setqflist()

Problem:    The quickfix window is not updated after setqflist().
Solution:   Update the quickfix buffer. (Yegappan Lakshmanan, closes #7390,
            closes #7385)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c