commit | 71fb0c146bef08dc276fc5793bd47366e6e0f32a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 22:44:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 22:44:16 2016 +0200 |
tree | b4d2535d4cfd7d63b449ea32b87e818f156b021b | |
parent | 298c65971e884666d57c32bff6b730d517d9dc30 [diff] [blame] |
patch 7.4.1699 Problem: :packadd does not work the same when used early or late. Solution: Always load plugins matching "plugin/**/*.vim".
diff --git a/src/version.c b/src/version.c index 19e44d8..23d4acb 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1699, +/**/ 1698, /**/ 1697,