vim-patch:8.0.0020

Problem:    The regexp engines are not reentrant.
Solution:   Add regexec_T and save/restore the state when needed.

6100d02aab
This commit is contained in:
Jurica Bradaric
2017-07-25 14:18:08 +02:00
committed by James McCoy
parent dc3c06e73d
commit fe0bcc0800
6 changed files with 674 additions and 558 deletions

View File

@@ -709,7 +709,7 @@ static const int included_patches[] = {
23,
// 22 NA
// 21,
// 20,
20,
19,
// 18,
17,