1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-07 14:10:47 +02:00
parent 975a880a13
commit e928366de5
4 changed files with 46 additions and 4 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
917,
/**/
916,
/**/