commit | 287153c5d481a09ffe98a95ad78390ff580bb557 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 29 14:20:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 29 14:20:27 2020 +0100 |
tree | 99819d5461273342402b66cb44f1934093fbb2da | |
parent | b46f57e87b3706a8c4b97d8e03f7853a7938b061 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2928722..6e9dfbc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2069, +/**/ 2068, /**/ 2067,