From: zeertzjq Date: Fri, 4 Nov 2022 21:58:36 +0000 (+0000) Subject: patch 9.0.0829: wrong counts in macro comment X-Git-Tag: v9.0.0829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d19c81a116e7923d8295e7d2795fb3edb45acb1;p=vim patch 9.0.0829: wrong counts in macro comment Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480) --- diff --git a/src/version.c b/src/version.c index ceabba299..2364d1275 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 829, /**/ 828, /**/ 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