commit | 6d7d7cf750bca5d641e464f6a3af5ee5b99a5ac8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 23:16:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 23:16:33 2019 +0200 |
tree | 1b35d750cc6c6613afc5af3ed18c907c186634a2 | |
parent | f6ed61e1489e40eada55a4f1782e1ed82bcad7d9 [diff] [blame] |
patch 8.1.2005: the regexp.c file is too big Problem: The regexp.c file is too big. Solution: Move the backtracking engine to a separate file. (Yegappan Lakshmanan, closes #4905)
diff --git a/src/version.c b/src/version.c index 54680f5..dd0fe62 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2005, +/**/ 2004, /**/ 2003,