]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.2073: typo in quickfix.c comments v9.0.2073
authorzeertzjq <zeertzjq@outlook.com>
Thu, 26 Oct 2023 21:15:44 +0000 (23:15 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Oct 2023 21:15:44 +0000 (23:15 +0200)
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>
src/quickfix.c
src/version.c

index 45b58c44d908360b28a6ddcdf23b4b4be52f452b..207331f9b5ae543bb78effbc80a17b4256e8b7c6 100644 (file)
@@ -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)
index 85db1c66df79d6ed7d47c0722276e27cb6a63210..ec86352ed6e644680d3e9c2c4bbed4dc8483ab77 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2073,
 /**/
     2072,
 /**/