summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-29 21:04:15 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-29 21:04:15 +0200
commited8ce057b7a2fcd89b5f55680ae8f85d62a992a5 (patch)
treefea5d30140297aa6888bf6d68a4c00b62f425622 /src/proto.h
parent939b5db4808770d3a2ec35e3902a9d5165adc0cf (diff)
downloadvim-git-ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5.tar.gz
patch 8.2.0660: the search.c file is a bit bigv8.2.0660
Problem: The search.c file is a bit big. Solution: Split off the text object code to a separate file. (Yegappan Lakshmanan, closes #6007)
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index 0115c68d1..d54936c75 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -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"