diff src/version.c @ 34961:7ae80861729e v9.1.0336

patch 9.1.0336: tests: typo in test_xdg Commit: https://github.com/vim/vim/commit/2da68c8b61286ed347076718b66028f7251c8cdf Author: Diego Viola <diego.viola@gmail.com> Date: Mon Apr 15 20:08:38 2024 +0200 patch 9.1.0336: tests: typo in test_xdg Problem: tests: typo in test_xdg Solution: fix typo (Diego Viola) closes: #14562 Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 20:15:03 +0200
parents 3cacfb652766
children a734bb7dc56f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    336,
+/**/
     335,
 /**/
     334,