comparison 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
comparison
equal deleted inserted replaced
18204:a33f6f825b46 18205:e2feda1547bd
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 2097,
756 /**/ 758 /**/
757 2096, 759 2096,
758 /**/ 760 /**/
759 2095, 761 2095,
760 /**/ 762 /**/