mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
patch 9.1.1530: Missing version change in v9.1.1529
Problem: Missing version change from v9.1.1529 Solution: Update version.c with latest patch Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -719,6 +719,10 @@ 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 */
|
||||||
|
/**/
|
||||||
|
1530,
|
||||||
|
/**/
|
||||||
|
1529,
|
||||||
/**/
|
/**/
|
||||||
1528,
|
1528,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user