commit | ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 21:04:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 21:04:15 2020 +0200 |
tree | fea5d30140297aa6888bf6d68a4c00b62f425622 | |
parent | 939b5db4808770d3a2ec35e3902a9d5165adc0cf [diff] [blame] |
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)
diff --git a/src/proto.h b/src/proto.h index 0115c68..d54936c 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -223,6 +223,7 @@ # include "textprop.pro" # endif # include "testing.pro" +# include "textobject.pro" # include "time.pro" # include "ui.pro" # include "undo.pro"