commit | 7dfb016d25e3e3e1f4411026dda21d1536f21acc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 16:00:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 16:00:39 2019 +0200 |
tree | 3edd75c9db491fc346cd30b0aa5f9ebc967333b7 | |
parent | 4ef18dcc2e3a6a9aea2dc90bbdb742c3c9231394 [diff] [blame] |
patch 8.1.1742: still some match functions in evalfunc.c Problem: Still some match functions in evalfunc.c. Solution: Move them to highlight.c.
diff --git a/src/version.c b/src/version.c index f8f9bb5..c674702 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1742, +/**/ 1741, /**/ 1740,