summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-16 21:06:21 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-16 21:06:21 +0200
commitdac1347b4d9c1a1aef6aa73fdea08a9d1077d6ea (patch)
tree4c9124f2de51bedb339bc5cdb47a3086c0e92af9 /src/README.md
parent8aeec40207b5adcd3a155277dc4f29189343b963 (diff)
patch 8.1.2045: the option.c file is too bigv8.1.2045
Problem: The option.c file is too big. Solution: Split off the code dealing with strings. (Yegappan Lakshmanan, closes #4937)
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
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