diff src/version.c @ 19699:4e9c794c3af1 v8.2.0406

patch 8.2.0406: FileReadCmd event not well tested Commit: https://github.com/vim/vim/commit/e32848780cc07c368ba2e088cdefdbb8c3b827c2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 19 13:55:03 2020 +0100 patch 8.2.0406: FileReadCmd event not well tested Problem: FileReadCmd event not well tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Mar 2020 14:00:05 +0100
parents a8b2821181c2
children 9412cc889072
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 */
 /**/
+    406,
+/**/
     405,
 /**/
     404,