From 0eddca40a6d878823fc90b0cd25d5d101506c564 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 12 Sep 2019 22:26:43 +0200 Subject: patch 8.1.2022: the option.c file is too big Problem: The option.c file is too big. Solution: Move option definitions to a separate file. (Yegappan Lakshmanan, closes #4918) --- Filelist | 1 + 1 file changed, 1 insertion(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 1ed1ecdc21..b40cea6ee8 100644 --- a/Filelist +++ b/Filelist @@ -87,6 +87,7 @@ SRC_ALL = \ src/ops.c \ src/option.c \ src/option.h \ + src/optiondefs.h \ src/popupmnu.c \ src/popupwin.c \ src/profiler.c \ -- cgit v1.2.3