diff options
author | David Bürgin <676c7473@gmail.com> | 2015-04-07 12:07:34 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-07 00:26:07 -0400 |
commit | 83a2a638a993f26ea818c8340b07f1054720b98c (patch) | |
tree | b1b30c4f4a122b034784d16678e7085399048d08 /src/nvim/version.c | |
parent | dce0b98f808458e48e7e15e90d2d8daaf11d6b8f (diff) | |
download | rneovim-83a2a638a993f26ea818c8340b07f1054720b98c.tar.gz rneovim-83a2a638a993f26ea818c8340b07f1054720b98c.tar.bz2 rneovim-83a2a638a993f26ea818c8340b07f1054720b98c.zip |
vim-patch:7.4.526 #2562
Problem: matchstr() fails on long text. Daniel Hahler)
Solution: Return NFA_TOO_EXPENSIVE from regexec_nl(). (Christian Brabandt)
https://github.com/vim/vim/commit/v7-4-526
Helped-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index cc877d0fbe..7d5196a707 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -257,7 +257,7 @@ static int included_patches[] = { 529, 528, 527, - //526, + 526, 525, //524, //523 NA |