commit | d7663c22c6c1ff0f86b81371586fbc851d3a3e9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 21:59:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 06 21:59:57 2019 +0200 |
tree | 3979ae5a710ae9ca6fa4dcecde113961eca54cc1 | |
parent | 0acae7acc40b9f12bff88d5e1dae494a761fec07 [diff] [blame] |
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.
diff --git a/src/proto.h b/src/proto.h index 34ef9cc..f6f5319 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -65,6 +65,7 @@ # include "buffer.pro" # include "change.pro" # include "charset.pro" +# include "cmdhist.pro" # ifdef FEAT_CSCOPE # include "if_cscope.pro" # endif