commit | b7a5ab112ab2267c54acdb6a326642afcd797bc4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 25 00:05:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 25 00:05:59 2018 +0200 |
tree | d795fe9c0c9b307adb6c93e398d9789297228e26 | |
parent | 0119a59ffdfb21cf1c0a56e7ed6105e875150163 [diff] |
patch 8.1.0115: the matchparen plugin may throw an error Problem: The matchparen plugin may throw an error. Solution: Change the skip argument from zero to "0".
diff --git a/src/version.c b/src/version.c index 076778a..fa4ec60 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 115, +/**/ 114, /**/ 113,