diff src/version.c @ 18205:e2feda1547bd v8.1.2097

patch 8.1.2097: :mksession is not sufficiently tested Commit: https://github.com/vim/vim/commit/66f0e6c6e201c75c24d4aa8fac46e926f7ac9054 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 28 19:08:45 2019 +0200 patch 8.1.2097: :mksession is not sufficiently tested Problem: :mksession is not sufficiently tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4992)
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Sep 2019 19:15:04 +0200
parents e0ec4cd7a865
children f93c2b6f7167
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2097,
+/**/
     2096,
 /**/
     2095,