commit | c9b56b2ceb4662f87c39ea07ba5090a073fd6286 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:14:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:14:09 2017 +0100 |
tree | 050b3d593e9c7a9326921413c4e583a4a36b48c2 | |
parent | e0b66da69123815076b38c0c074a1c6aca5dfd27 [diff] [blame] |
patch 8.0.0258: mksession test leaves file behind Problem: mksession test leaves file behind. Solution: Delete the file. Rename files to start with "X".
diff --git a/src/version.c b/src/version.c index d3dc088..aaeb258 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 258, +/**/ 257, /**/ 256,