comparison 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
comparison
equal deleted inserted replaced
23044:6d22f8380f7f 23045:450d6e4992e1
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2069,
753 /**/ 755 /**/
754 2068, 756 2068,
755 /**/ 757 /**/
756 2067, 758 2067,
757 /**/ 759 /**/