commit | 863c1a9079fa340d663ccafb011729a29186d73e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 15:47:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 15:47:06 2016 +0100 |
tree | 892a28e0594ec0be6b9499b71e3f78ba227333f6 | |
parent | 1bdd42627d619258d0e847f217cfc1c2795f1ac5 [diff] [blame] |
patch 7.4.1479 Problem: No testfor ":loadplugin". Solution: Add a test. Fix how option is being set.
diff --git a/src/version.c b/src/version.c index 0731d61..d13f47a 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1479, +/**/ 1478, /**/ 1477,