From 66b51420e0c8d49bcf6786b792c938d6099e3393 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Aug 2019 21:44:12 +0200 Subject: patch 8.1.1886: command line expansion code is spread out Problem: Command line expansion code is spread out. Solution: Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') 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) -- cgit v1.2.3