mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
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:

committed by
James McCoy

parent
dc3c06e73d
commit
fe0bcc0800
@@ -709,7 +709,7 @@ static const int included_patches[] = {
|
||||
23,
|
||||
// 22 NA
|
||||
// 21,
|
||||
// 20,
|
||||
20,
|
||||
19,
|
||||
// 18,
|
||||
17,
|
||||
|
Reference in New Issue
Block a user