]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0020 v8.0.0020
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2016 14:51:57 +0000 (16:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2016 14:51:57 +0000 (16:51 +0200)
commit6100d02aab7c8294b581cb299250eea164b50e9d
tree753bb02aa6aa2b9121a640b343f5c0a220bfd40e
parent2ec618c9feac4573b154510236ad8121c77d0eca
patch 8.0.0020
Problem:    The regexp engines are not reentrant.
Solution:   Add regexec_T and save/restore the state when needed.
runtime/doc/change.txt
runtime/doc/eval.txt
src/regexp.c
src/regexp_nfa.c
src/testdir/test_expr.vim
src/version.c