From dac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 16 Sep 2019 21:06:21 +0200 Subject: patch 8.1.2045: the option.c file is too big Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes #4937) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index 6ba83910ee..f4f9df1f4e 100644 --- a/src/README.md +++ b/src/README.md @@ -54,6 +54,7 @@ menu.c | menus message.c | (error) messages ops.c | handling operators ("d", "y", "p") option.c | options +optionstr.c | handling string options popupmnu.c | popup menu popupwin.c | popup window profiler.c | vim script profiler -- cgit v1.2.3