commit | 66f0e6c6e201c75c24d4aa8fac46e926f7ac9054 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:08:45 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 28 19:08:45 2019 +0200 |
tree | 8173d6c80bf3b86271e365f93a53a93077423d8d | |
parent | 8c96af9c05bfcac2d5ae081e098d4863db561511 [diff] [blame] |
patch 8.1.2097: :mksession is not sufficiently tested Problem: :mksession is not sufficiently tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #4992)
diff --git a/src/version.c b/src/version.c index 8890193..736a632 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2097, +/**/ 2096, /**/ 2095,