commit | aedfcbe1e6c7df6edcd6756d7601bfdec7dd2087 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 17:02:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 25 17:02:51 2016 +0100 |
tree | 9cbc4705cd54be5a8a74990ac4db7d935172522b | |
parent | bee6c0cf86a75faa2aa893f2c9db82fd944a89a5 [diff] [blame] |
patch 7.4.1649 Problem: The matchit plugin needs to be copied to be used. Solution: Put the matchit plugin in an optional package.
diff --git a/src/version.c b/src/version.c index c929eaf..9a7e19e 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1649, +/**/ 1648, /**/ 1647,