diff src/version.c @ 21799:e529f06721f9 v8.2.1449

patch 8.2.1449: some test makefiles delete files that are not generated Commit: https://github.com/vim/vim/commit/32a23ac61570365eff35097691d9b218b8539383 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 14 19:20:23 2020 +0200 patch 8.2.1449: some test makefiles delete files that are not generated Problem: Some test makefiles delete files that are not generated. Solution: Remove the deletion commands.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 19:30:03 +0200
parents e705ea6e855b
children 1344d45ca6f2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1449,
+/**/
     1448,
 /**/
     1447,