summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-26 23:15:44 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-26 23:15:44 +0200
commitb0221819f3f7cf5cd526338070ea30b59d69315b (patch)
treec5dbe21d75479f349297efdef9d5749db026ed98 /src
parent7b7cda67a1246874520b280277d9b1447e1a7ef5 (diff)
patch 9.0.2073: typo in quickfix.c commentsv9.0.2073
Problem: typo in quickfix.c comments Solution: fix them closes: #13422 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src')
-rw-r--r--src/quickfix.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/quickfix.c b/src/quickfix.c
index 45b58c44d9..207331f9b5 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -987,8 +987,8 @@ qf_parse_fmt_f(regmatch_T *rmp, int midx, qffields_T *fields, int prefix)
}
/*
- * Parse the match for error number ('%n') pattern in regmatch.
- * Return the matched value in "fields->enr".
+ * Parse the match for buffer number ('%b') pattern in regmatch.
+ * Return the matched value in "fields->bnr".
*/
static int
qf_parse_fmt_b(regmatch_T *rmp, int midx, qffields_T *fields)
diff --git a/src/version.c b/src/version.c
index 85db1c66df..ec86352ed6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2073,
+/**/
2072,
/**/
2071,