commit | 6747fabc7348bf5f41ccfe851e2be3e900ec8ee0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 22:39:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 28 22:39:16 2016 +0200 |
tree | 61a1a1b86636ef4e9073c81768b0b654fdb936c9 | |
parent | bcf7772a23624edc0942120e564f6b4ac95604ad [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4d39ea3..89dd5d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1967, +/**/ 1966, /**/ 1965,