]> granicus.if.org Git - vim/commit
patch 8.1.1985: code for dealing with paths is spread out v8.1.1985
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 18:59:15 +0000 (20:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 18:59:15 +0000 (20:59 +0200)
commit26262f87770d3a1a68b09a70152d75c2e2ae186f
treea051b686adb302a8d050a85007aa335787ced0b4
parent3f4f3d8e7e6fc0494d00cfb75669a554c8e67c8b
patch 8.1.1985: code for dealing with paths is spread out

Problem:    Code for dealing with paths is spread out.
Solution:   Move path related functions from misc1.c to filepath.c.
            Remove NO_EXPANDPATH.
14 files changed:
src/evalfunc.c
src/filepath.c
src/globals.h
src/misc1.c
src/misc2.c
src/os_unix.c
src/os_unix.h
src/proto/filepath.pro
src/proto/misc1.pro
src/proto/misc2.pro
src/proto/scriptfile.pro
src/scriptfile.c
src/version.c
src/vim.h