commit | 2ce7790348dab9cbfcc5d02c8258d0dd7ecacf95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 13:15:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 13:15:24 2020 +0100 |
tree | 5be6cfa06851d67bf83d3250885adcc7ba92bb01 | |
parent | 8496c9eadbf4ea3bf69e2e01456831eee2bddf0a [diff] [blame] |
patch 8.2.1982: quickfix window now updated when adding invalid entries Problem: Quickfix window now updated when adding invalid entries. Solution: Update the quickfix buffer properly. (Yegappan Lakshmanan, closes #7291, closes #7271)
diff --git a/src/version.c b/src/version.c index 3dde5b2..db4d847 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1982, +/**/ 1981, /**/ 1980,