]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1979: code for handling file names is spread out v8.1.1979
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 13:54:55 +0000 (15:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 13:54:55 +0000 (15:54 +0200)
commitb005cd80cfda591be95146024d9b97eef383500f
treece7d5ac25d5c8e3442828130c180e04820565d29
parent1e1d30048e722906a13665bd6c3c24c87eb2fe25
patch 8.1.1979: code for handling file names is spread out

Problem:    Code for handling file names is spread out.
Solution:   Move code to new filepath.c file.  Graduate FEAT_MODIFY_FNAME.
24 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/eval.c
src/evalfunc.c
src/ex_docmd.c
src/feature.h
src/filepath.c [new file with mode: 0644]
src/findfile.c
src/if_cscope.c
src/message.c
src/misc1.c
src/proto.h
src/proto/eval.pro
src/proto/evalvars.pro
src/proto/filepath.pro [new file with mode: 0644]
src/proto/findfile.pro
src/proto/message.pro
src/regexp.c
src/version.c