diff src/version.c @ 29434:5da38c4ffe92 v9.0.0059

patch 9.0.0059: test file has wrong name Commit: https://github.com/vim/vim/commit/bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Jul 23 06:25:29 2022 +0100 patch 9.0.0059: test file has wrong name Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes https://github.com/vim/vim/issues/10674)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 07:30:04 +0200
parents 339fe2968690
children 6888567953ca
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    59,
+/**/
     58,
 /**/
     57,