commit | 2e4cb3b042faba5efc9b5a8b4f86942a417494ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 21:11:17 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 22 21:11:17 2017 +0200 |
tree | c87231441ef9d00f521c2f970f1431993b2f1893 | |
parent | 66857f410426ca335f4771a58a32b2d14a7e52b9 [diff] [blame] |
patch 8.0.1213: setting 'mzschemedll' has no effect Problem: Setting 'mzschemedll' has no effect. Solution: Move loading .vimrc to before call to mzscheme_main().
diff --git a/src/version.c b/src/version.c index 2ac4de9..160edbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1213, +/**/ 1212, /**/ 1211,