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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user