From 11abd095210fc84e5dcee87b9baed86061caefe4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 1 May 2020 14:26:37 +0200 Subject: patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021) --- Filelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 7090efc929..8c0b260a00 100644 --- a/Filelist +++ b/Filelist @@ -128,6 +128,7 @@ SRC_ALL = \ src/term.h \ src/termlib.c \ src/testing.c \ + src/textformat.c \ src/textobject.c \ src/textprop.c \ src/time.c \ @@ -280,6 +281,7 @@ SRC_ALL = \ src/proto/terminal.pro \ src/proto/termlib.pro \ src/proto/testing.pro \ + src/proto/textformat.pro \ src/proto/textobject.pro \ src/proto/textprop.pro \ src/proto/time.pro \ -- cgit v1.2.3