From ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Apr 2020 21:04:15 +0200 Subject: 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) --- Filelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 46f6774e76..ef65b8da24 100644 --- a/Filelist +++ b/Filelist @@ -128,6 +128,7 @@ SRC_ALL = \ src/term.h \ src/termlib.c \ src/testing.c \ + src/textobject.c \ src/textprop.c \ src/time.c \ src/ui.c \ @@ -279,6 +280,7 @@ SRC_ALL = \ src/proto/terminal.pro \ src/proto/termlib.pro \ src/proto/testing.pro \ + src/proto/textobject.pro \ src/proto/textprop.pro \ src/proto/time.pro \ src/proto/ui.pro \ -- cgit v1.2.3