summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-01 14:26:37 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-01 14:26:37 +0200
commit11abd095210fc84e5dcee87b9baed86061caefe4 (patch)
tree5c8dcbdb357df1d9e8d2ae9142fb05f4f768151b /src/README.md
parent4cfde1d273ec5fca68a983805af48ea37d3d94e5 (diff)
patch 8.2.0674: some source files are too bigv8.2.0674
Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
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 765313da7e..624bd6a829 100644
--- a/src/README.md
+++ b/src/README.md
@@ -80,6 +80,7 @@ syntax.c | syntax and other highlighting
tag.c | tags
term.c | terminal handling, termcap codes
testing.c | testing: assert and test functions
+textformat.c | text formatting
textobject.c | text objects
textprop.c | text properties
time.c | time and timer functions