]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1886: command line expansion code is spread out v8.1.1886
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 19:44:12 +0000 (21:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Aug 2019 19:44:12 +0000 (21:44 +0200)
commit66b51420e0c8d49bcf6786b792c938d6099e3393
tree04d7f116a3ae2360ba8b68c2f4ce9544afb1e7f4
parentdb1085a5630ffdaa2e9f342c06cc739ebdf1a99a
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)
15 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/cmdexpand.c [new file with mode: 0644]
src/evalfunc.c
src/ex_getln.c
src/proto.h
src/proto/cmdexpand.pro [new file with mode: 0644]
src/proto/ex_getln.pro
src/structs.h
src/version.c