commit | 3d1d6475f9665660c80cc53a7da2d5450b8b8d08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 18:18:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 18:18:23 2018 +0200 |
tree | 54e38ec4376fdc2d3e2fc586f6721fef7d51aa2c | |
parent | e6882bdc44efbcea0af647f5759a8f48cf29e27c [diff] |
patch 8.1.0143: matchit and matchparen don't handle E363 Problem: Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 8efe57e..38c7710 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 143, +/**/ 142, /**/ 141,