diff src/version.c @ 25066:4c366bbf6073 v8.2.3070

patch 8.2.3070: not enough testing for shell use Commit: https://github.com/vim/vim/commit/ffec6dd16a766180429addaa78928c773a3c9832 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Jun 27 22:09:59 2021 +0200 patch 8.2.3070: not enough testing for shell use Problem: Not enough testing for shell use. Solution: Add a bit more testing. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8469)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jun 2021 22:15:05 +0200
parents 8f2262c72178
children 0ce24f734615
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3070,
+/**/
     3069,
 /**/
     3068,