comparison Filelist @ 18019:68fd5296bf73 v8.1.2005

patch 8.1.2005: the regexp.c file is too big Commit: https://github.com/vim/vim/commit/6d7d7cf750bca5d641e464f6a3af5ee5b99a5ac8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 7 23:16:33 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Sep 2019 23:30:04 +0200
parents cf8e0c7e0cb9
children 88b5c2b4e3d2
comparison
equal deleted inserted replaced
18018:08fb5a871e6b 18019:68fd5296bf73
90 src/popupmnu.c \ 90 src/popupmnu.c \
91 src/popupwin.c \ 91 src/popupwin.c \
92 src/profiler.c \ 92 src/profiler.c \
93 src/quickfix.c \ 93 src/quickfix.c \
94 src/regexp.c \ 94 src/regexp.c \
95 src/regexp_bt.c \
95 src/regexp_nfa.c \ 96 src/regexp_nfa.c \
96 src/regexp.h \ 97 src/regexp.h \
97 src/scriptfile.c \ 98 src/scriptfile.c \
98 src/screen.c \ 99 src/screen.c \
99 src/search.c \ 100 src/search.c \