]> granicus.if.org Git - vim/commit
patch 8.1.1823: command line history code is spread out v8.1.1823
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Aug 2019 19:59:57 +0000 (21:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Aug 2019 19:59:57 +0000 (21:59 +0200)
commitd7663c22c6c1ff0f86b81371586fbc851d3a3e9e
tree3979ae5a710ae9ca6fa4dcecde113961eca54cc1
parent0acae7acc40b9f12bff88d5e1dae494a761fec07
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.
26 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/cmdhist.c [new file with mode: 0644]
src/evalfunc.c
src/ex_cmds.c
src/ex_docmd.c
src/ex_getln.c
src/feature.h
src/globals.h
src/misc2.c
src/normal.c
src/ops.c
src/option.c
src/proto.h
src/proto/cmdhist.pro [new file with mode: 0644]
src/proto/ex_getln.pro
src/search.c
src/tag.c
src/usercmd.c
src/version.c
src/viminfo.c