diff src/version.c @ 29554:d413dccd4f8a v9.0.0118

patch 9.0.0118: no test for what patch 9.0.0155 fixes Commit: https://github.com/vim/vim/commit/750209459c9e54030409afe8f4ad59570600b5c4 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Jul 31 11:37:20 2022 +0100 patch 9.0.0118: no test for what patch 9.0.0155 fixes Problem: No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes https://github.com/vim/vim/issues/10822)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 12:45:05 +0200
parents 89a97f70e8eb
children 261069440cb1
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 */
 /**/
+    118,
+/**/
     117,
 /**/
     116,