commit | f3654827368e6204608036353a0360e9e7c21e02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:12:23 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 22:12:23 2016 +0100 |
tree | bc8c628031ddb98eb7ad2340198d29359a969061 | |
parent | 014069a7ac51557e531eb3c8b94e36f2193f6c21 [diff] [blame] |
patch 7.4.1486 Problem: ":loadplugin" is not optimal, some people find it confusing. Solution: Only use ":packadd" with an optional "!".
diff --git a/src/version.c b/src/version.c index f64660f..ace7ff1 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1486, +/**/ 1485, /**/ 1484,