]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0914: code related to findfile() is spread out v8.1.0914
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 22:13:28 +0000 (23:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2019 22:13:28 +0000 (23:13 +0100)
commit5fd0f5052f9a312bb4cfe7b4176b1211d45127ee
treeb82e59bfdcf65662e44803dabbfa77c11010bb70
parent688b3983d8b321e0d32dd51914fa474a0988daf6
patch 8.1.0914: code related to findfile() is spread out

Problem:    Code related to findfile() is spread out.
Solution:   Put findfile() related code into a new source file. (Yegappan
            Lakshmanan, closes #3934)
22 files changed:
Filelist
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_ivc.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Make_vms.mms
src/Makefile
src/README.txt
src/findfile.c [new file with mode: 0644]
src/misc1.c
src/misc2.c
src/proto.h
src/proto/findfile.pro [new file with mode: 0644]
src/proto/misc1.pro
src/proto/misc2.pro
src/proto/window.pro
src/version.c
src/window.c