diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-07 23:16:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-07 23:16:33 +0200 |
commit | 6d7d7cf750bca5d641e464f6a3af5ee5b99a5ac8 (patch) | |
tree | 1b35d750cc6c6613afc5af3ed18c907c186634a2 /Filelist | |
parent | f6ed61e1489e40eada55a4f1782e1ed82bcad7d9 (diff) | |
download | vim-git-6d7d7cf750bca5d641e464f6a3af5ee5b99a5ac8.tar.gz |
patch 8.1.2005: the regexp.c file is too bigv8.1.2005
Problem: The regexp.c file is too big.
Solution: Move the backtracking engine to a separate file. (Yegappan
Lakshmanan, closes #4905)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ SRC_ALL = \ src/profiler.c \ src/quickfix.c \ src/regexp.c \ + src/regexp_bt.c \ src/regexp_nfa.c \ src/regexp.h \ src/scriptfile.c \ |