diff src/README.md @ 16186:e12336bb8ced v8.1.1098

patch 8.1.1098: quickfix code duplication commit https://github.com/vim/vim/commit/95946f1209ad088bfe55c83256c299156c11d8e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 31 15:31:59 2019 +0200 patch 8.1.1098: quickfix code duplication Problem: Quickfix code duplication. Solution: Refactor the qf_init_ext() function. (Yegappan Lakshmanan, closes #4193)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Mar 2019 15:45:05 +0200
parents 52ae47071830
children 3fc956fc63b6
line wrap: on
line diff
--- 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