patch 9.0.2073: typo in quickfix.c comments

Commit: 
https://github.com/vim/vim/commit/b0221819f3f7cf5cd526338070ea30b59d69315b
Author: zeertzjq <[email protected]>
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 <[email protected]>
    Co-authored-by: zeertzjq <[email protected]>

diff --git a/src/quickfix.c b/src/quickfix.c
index 45b58c44d..207331f9b 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 85db1c66d..ec86352ed 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2073,
 /**/
     2072,
 /**/

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1qw7vY-006sWF-7q%40256bit.org.

Raspunde prin e-mail lui