commit | 9752c72f492312acd1c84e673864faed31a3bc97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 16:49:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 16:49:34 2018 +0100 |
tree | 95f21bc103457337f8564a1bcd86216012ee0adb | |
parent | ef3c6a5b023723a5f6eec47328cf7139c2048f8c [diff] [blame] |
patch 8.1.0622: adding quickfix items marks items as valid errors Problem: Adding quickfix items marks items as valid errors. (Daniel Hahler) Solution: Check when items are valid. (Yegappan Lakshmanan, closes #3683, closes #3633)
diff --git a/src/version.c b/src/version.c index 40c3c5a..bb0c81f 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 622, +/**/ 621, /**/ 620,