]> granicus.if.org Git - vim/commit
patch 8.1.0908: can't handle large value for %{nr}v in regexp v8.1.0908
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 17:35:06 +0000 (18:35 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 17:35:06 +0000 (18:35 +0100)
commit9403a2168db82b7de80f792984084bb3f00e2263
tree25da95208899178b65dd9e65ac417ffb2b80bac8
parent5382f12c910b7f8e46acdde5488f26a86f9fcac1
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)
src/regexp_nfa.c
src/version.c