0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.2.0660: the search.c file is a bit big

Problem:    The search.c file is a bit big.
Solution:   Split off the text object code to a separate file. (Yegappan
            Lakshmanan, closes #6007)
This commit is contained in:
Bram Moolenaar
2020-04-29 21:04:15 +02:00
parent 939b5db480
commit ed8ce057b7
13 changed files with 2020 additions and 1976 deletions

View File

@@ -223,6 +223,7 @@ void mbyte_im_set_active(int active_arg);
# include "textprop.pro"
# endif
# include "testing.pro"
# include "textobject.pro"
# include "time.pro"
# include "ui.pro"
# include "undo.pro"