summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-04 21:58:36 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-04 21:58:36 +0000
commit3d19c81a116e7923d8295e7d2795fb3edb45acb1 (patch)
tree70134e1bf3d98e92f72924c76c65de4e4af9b1da
parentc57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 (diff)
downloadvim-git-3d19c81a116e7923d8295e7d2795fb3edb45acb1.tar.gz
patch 9.0.0829: wrong counts in macro commentv9.0.0829
Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480)
-rw-r--r--src/version.c2
-rw-r--r--src/vim.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c
index ceabba299..2364d1275 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 829,
+/**/
828,
/**/
827,
diff --git a/src/vim.h b/src/vim.h
index 5d8c73848..3ef6469e5 100644
--- 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