commit | e928366de5deca359fad779a4f740db703296302 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 14:10:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 07 14:10:47 2020 +0200 |
tree | 7612c416d5cf7d0d9915ff61cc88d4360d3e2096 | |
parent | 975a880a1389e8ce6dea8d66a7c109140b2f94ec [diff] [blame] |
patch 8.2.0917: quickfix entries do not suport a "note" type Problem: Quickfix entries do not suport a "note" type. Solution: Add support for "note". (partly by Yegappan Lakshmanan, closes #5527, closes #6216)
diff --git a/src/version.c b/src/version.c index 6466000..3ef0a9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 917, +/**/ 916, /**/ 915,