1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-02-13 18:35:06 +01:00
parent 5382f12c91
commit 9403a2168d
2 changed files with 8 additions and 3 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
908,
/**/
907,
/**/