mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.0829: wrong counts in macro comment
Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480)
This commit is contained in:
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
829,
|
||||||
/**/
|
/**/
|
||||||
828,
|
828,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -1963,8 +1963,8 @@ typedef int sock_T;
|
|||||||
#define MOUSE_COLOFF 10000
|
#define MOUSE_COLOFF 10000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* jump_to_mouse() returns one of first four these values, possibly with
|
* jump_to_mouse() returns one of first five these values, possibly with
|
||||||
* some of the other three added.
|
* some of the other four added.
|
||||||
*/
|
*/
|
||||||
#define IN_UNKNOWN 0
|
#define IN_UNKNOWN 0
|
||||||
#define IN_BUFFER 1
|
#define IN_BUFFER 1
|
||||||
|
Reference in New Issue
Block a user