summaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-29 21:04:15 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-29 21:04:15 +0200
commited8ce057b7a2fcd89b5f55680ae8f85d62a992a5 (patch)
treefea5d30140297aa6888bf6d68a4c00b62f425622 /src/README.md
parent939b5db4808770d3a2ec35e3902a9d5165adc0cf (diff)
downloadvim-git-ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5.tar.gz
patch 8.2.0660: the search.c file is a bit bigv8.2.0660
Problem: The search.c file is a bit big. Solution: Split off the text object code to a separate file. (Yegappan Lakshmanan, closes #6007)
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 54be08284..765313da7 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
+textobject.c | text objects
textprop.c | text properties
time.c | time and timer functions
undo.c | undo and redo