diff src/version.c @ 23045:450d6e4992e1 v8.2.2069

patch 8.2.2069: the quickfix window is not updated after setqflist() Commit: https://github.com/vim/vim/commit/287153c5d481a09ffe98a95ad78390ff580bb557 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 29 14:20:27 2020 +0100 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 https://github.com/vim/vim/issues/7390, closes #7385)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Nov 2020 14:30:04 +0100
parents 6616bf17dc94
children ad674a98058a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2069,
+/**/
     2068,
 /**/
     2067,