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/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/proto.h') diff --git a/src/proto.h b/src/proto.h index 34ef9cc96..f6f53193a 100644 --- a/src/proto.h +++ b/src/proto.h @@ -65,6 +65,7 @@ extern int _stricoll(char *a, char *b); # include "buffer.pro" # include "change.pro" # include "charset.pro" +# include "cmdhist.pro" # ifdef FEAT_CSCOPE # include "if_cscope.pro" # endif -- cgit v1.2.1