From d7663c22c6c1ff0f86b81371586fbc851d3a3e9e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 6 Aug 2019 21:59:57 +0200 Subject: patch 8.1.1823: command line history code is spread out Problem: Command line history code is spread out. Solution: Put the code in a new file. (Yegappan Lakshmanan, closes #4779) Also graduate the +cmdline_hist feature. --- src/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index c02a69648..2e774907e 100644 --- a/src/README.md +++ b/src/README.md @@ -24,8 +24,10 @@ Most code can be found in a file with an obvious name (incomplete list): File name | Description --------------- | ----------- autocmd.c | autocommands +blob.c | blob data type buffer.c | manipulating buffers (loaded files) change.c | handling changes to text +cmdhist.c | command-line history debugger.c | vim script debugger diff.c | diff mode (vimdiff) eval.c | expression evaluation -- cgit v1.2.1