]> granicus.if.org Git - vim/commit
patch 8.1.1927: code for dealing with script files is spread out v8.1.1927
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Aug 2019 13:41:00 +0000 (15:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Aug 2019 13:41:00 +0000 (15:41 +0200)
commit307c5a5bb77c3728dfab06c30e9f786309c63f74
treef178edf16af0642f2a1236a41984db6f660727df
parentc2b97643a82bb9fbd202312dac4aa995f92e9e5b
patch 8.1.1927: code for dealing with script files is spread out

Problem:    Code for dealing with script files is spread out.
Solution:   Move the code to scriptfile.c. (Yegappan Lakshmanan, closes #4861)
14 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
src/ex_cmds2.c
src/proto.h
src/proto/ex_cmds2.pro
src/proto/scriptfile.pro [new file with mode: 0644]
src/scriptfile.c [new file with mode: 0644]
src/version.c