diff options
| author | Jurica Bradaric <jbradaric@gmail.com> | 2017-07-25 14:18:08 +0200 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-07-29 16:27:11 -0400 |
| commit | fe0bcc08003c82af7742636d3f7a95a1c91cf909 (patch) | |
| tree | 10655943a978a072415b1447e07e4d0319ce68f3 /src/nvim/version.c | |
| parent | dc3c06e73dfd04948c59ea029daef1626e0386f8 (diff) | |
| download | rneovim-fe0bcc08003c82af7742636d3f7a95a1c91cf909.tar.gz rneovim-fe0bcc08003c82af7742636d3f7a95a1c91cf909.tar.bz2 rneovim-fe0bcc08003c82af7742636d3f7a95a1c91cf909.zip | |
vim-patch:8.0.0020
Problem: The regexp engines are not reentrant.
Solution: Add regexec_T and save/restore the state when needed.
https://github.com/vim/vim/commit/6100d02aab7c8294b581cb299250eea164b50e9d
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 f0048fb234..31d3122f95 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -709,7 +709,7 @@ static const int included_patches[] = { 23, // 22 NA // 21, - // 20, + 20, 19, // 18, 17, |