0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 7.4.1967

Problem:    Falling back from NFA to old regexp engine does not work properly.
            (fritzophrenic)
Solution:   Do not restore nfa_match. (Christian Brabandt, closes #867)
This commit is contained in:
Bram Moolenaar
2016-06-28 22:39:16 +02:00
parent bcf7772a23
commit 6747fabc73
4 changed files with 12 additions and 3 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1967,
/**/
1966,
/**/