diff src/version.c @ 25909:cdfb66a02a71 v8.2.3488

patch 8.2.3488: issue template is not easy to use Commit: https://github.com/vim/vim/commit/26190b27011c25caedf3b9308e47005722b3f946 Author: snxx <snmgreenx@gmail.com> Date: Sat Oct 9 12:50:20 2021 +0100 patch 8.2.3488: issue template is not easy to use Problem: Issue template is not easy to use. Solution: Use a yaml template. (closes https://github.com/vim/vim/issues/8928)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 14:00:06 +0200
parents 637588377056
children d6d31972c76d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3488,
+/**/
     3487,
 /**/
     3486,