diff src/version.c @ 19705:599793519c85 v8.2.0409

patch 8.2.0409: search test leaves file behind Commit: https://github.com/vim/vim/commit/b68df220c5278365792b8f94d8d6f34d329b7746 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 15:05:28 2020 +0100 patch 8.2.0409: search test leaves file behind Problem: Search test leaves file behind. Solution: Delete the file. Also use Check commands.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 15:15:04 +0100
parents f03357f16ffc
children 8744a50560cb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    409,
+/**/
     408,
 /**/
     407,