diff src/version.c @ 19703:f03357f16ffc v8.2.0408

patch 8.2.0408: delete() commented out for testing Commit: https://github.com/vim/vim/commit/22da5596d00222c889b548daa2df5a289583a5fb Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 14:52:20 2020 +0100 patch 8.2.0408: delete() commented out for testing Problem: Delete() commented out for testing. Solution: Undo commenting-out.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 15:00:03 +0100
parents 9412cc889072
children 599793519c85
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 */
 /**/
+    408,
+/**/
     407,
 /**/
     406,