summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-31 15:31:59 +0200
committerBram Moolenaar <Bram@vim.org>2019-03-31 15:31:59 +0200
commit95946f1209ad088bfe55c83256c299156c11d8e0 (patch)
tree022e23e3e0e20c0da1fa6a95d2ae8333553d8177 /src/README.md
parent4fc8e2f8bb3eb42df0f72cfcc1f8f8e567e7ce4f (diff)
patch 8.1.1098: quickfix code duplicationv8.1.1098
Problem: Quickfix code duplication. Solution: Refactor the qf_init_ext() function. (Yegappan Lakshmanan, closes #4193)
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 53cae38dd8..4d3977c19e 100644
--- a/src/README.md
+++ b/src/README.md
@@ -32,6 +32,7 @@ findfile.c | search for files in 'path'
fold.c | folding
getchar.c | getting characters and key mapping
indent.c | C and Lisp indentation
+insexpand.c | Insert mode completion
mark.c | marks
mbyte.c | multi-byte character handling
memfile.c | storing lines for buffers in a swapfile