commit | 81e2ac7bb68a0321529ad5c89c8674caab4bca6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:44:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:44:08 2018 +0200 |
tree | 9b6c5bbae38bd4750340b8f0237e2de78c29a652 | |
parent | fd34cebe9a3a179a5639355c43d2d4959182a279 [diff] [blame] |
patch 8.1.0151: mksession test fails on MS-Windows Problem: Mksession test fails on MS-Windows. Solution: Always use an argument for :lcd.
diff --git a/src/version.c b/src/version.c index 3f7eabe..92b6f0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 151, +/**/ 150, /**/ 149,