changeset 30988:1a73da724a23 v9.0.0829

patch 9.0.0829: wrong counts in macro comment Commit: https://github.com/vim/vim/commit/3d19c81a116e7923d8295e7d2795fb3edb45acb1 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Nov 4 21:58:36 2022 +0000 patch 9.0.0829: wrong counts in macro comment Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes https://github.com/vim/vim/issues/11480)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Nov 2022 23:00:05 +0100
parents 7a936b4ef3f6
children fd0352d238ac
files src/version.c src/vim.h
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- 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