commit | 9403a2168db82b7de80f792984084bb3f00e2263 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 18:35:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 18:35:06 2019 +0100 |
tree | 25da95208899178b65dd9e65ac417ffb2b80bac8 | |
parent | 5382f12c910b7f8e46acdde5488f26a86f9fcac1 [diff] [blame] |
patch 8.1.0908: can't handle large value for %{nr}v in regexp Problem: Can't handle large value for %{nr}v in regexp. (Kuang-che Wu) Solution: Give an error if the value is too large. (closes #3948)
diff --git a/src/version.c b/src/version.c index a66e8b6..a6d7add 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 908, +/**/ 907, /**/ 906,