]> granicus.if.org Git - vim/commitdiff
patch 9.0.0829: wrong counts in macro comment v9.0.0829
authorzeertzjq <zeertzjq@outlook.com>
Fri, 4 Nov 2022 21:58:36 +0000 (21:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Nov 2022 21:58:36 +0000 (21:58 +0000)
Problem:    Wrong counts in macro comment.
Solution:   Update the value counts. (closes #11480)

src/version.c
src/vim.h

index ceabba299f8b1f9dbb97e70aefdf192ea6f2c035..2364d1275bd63c0e37a5717abd12df36b1c08707 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    829,
 /**/
     828,
 /**/
index 5d8c73848da3b31eb5fe90420680666ffbe78138..3ef6469e581d209eec26922c61533f45a2ce849d 100644 (file)
--- a/src/vim.h
+++ b/src/vim.h
@@ -1963,8 +1963,8 @@ typedef int sock_T;
 #define MOUSE_COLOFF 10000
 
 /*
- * jump_to_mouse() returns one of first four these values, possibly with
- * some of the other three added.
+ * jump_to_mouse() returns one of first five these values, possibly with
+ * some of the other four added.
  */
 #define IN_UNKNOWN             0
 #define IN_BUFFER              1