changeset 33671:20d09cced45f v9.0.2073

patch 9.0.2073: typo in quickfix.c comments Commit: https://github.com/vim/vim/commit/b0221819f3f7cf5cd526338070ea30b59d69315b Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Oct 26 23:15:44 2023 +0200 patch 9.0.2073: typo in quickfix.c comments 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>
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Oct 2023 23:30:04 +0200
parents c6d5af39dc7f
children 5a2eefbb984a
files src/quickfix.c src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -987,8 +987,8 @@ qf_parse_fmt_f(regmatch_T *rmp, int midx
 }
 
 /*
- * 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)
--- 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,