commit | 2946d0236dc9e23ec0050feacdb959b9ae5672a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 20:53:08 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 20:53:08 2016 +0200 |
tree | 7a0ab804ca49cfc4aca311a4d0896b13ac22d77d | |
parent | e934e8f5c1c5c64411d98583ecbcf89e5ad01073 [diff] [blame] |
patch 7.4.1673 Problem: The justify plugin has to be copied or sourced to be used. Solution: Turn it into a package.
diff --git a/src/version.c b/src/version.c index d36a51b..36cfa65 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1673, +/**/ 1672, /**/ 1671,