summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-18 21:44:12 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-18 21:44:12 +0200
commit66b51420e0c8d49bcf6786b792c938d6099e3393 (patch)
tree04d7f116a3ae2360ba8b68c2f4ce9544afb1e7f4 /src/README.md
parentdb1085a5630ffdaa2e9f342c06cc739ebdf1a99a (diff)
patch 8.1.1886: command line expansion code is spread outv8.1.1886
Problem: Command line expansion code is spread out. Solution: Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)
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 ffce497a5a..194f8d6020 100644
--- a/src/README.md
+++ b/src/README.md
@@ -28,6 +28,7 @@ autocmd.c | autocommands
blob.c | blob data type
buffer.c | manipulating buffers (loaded files)
change.c | handling changes to text
+cmdexpand.c | command-line completion
cmdhist.c | command-line history
debugger.c | vim script debugger
diff.c | diff mode (vimdiff)