diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-04 15:54:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-04 15:54:55 +0200 |
commit | b005cd80cfda591be95146024d9b97eef383500f (patch) | |
tree | ce7d5ac25d5c8e3442828130c180e04820565d29 /Filelist | |
parent | 1e1d30048e722906a13665bd6c3c24c87eb2fe25 (diff) | |
download | vim-git-b005cd80cfda591be95146024d9b97eef383500f.tar.gz |
patch 8.1.1979: code for handling file names is spread outv8.1.1979
Problem: Code for handling file names is spread out.
Solution: Move code to new filepath.c file. Graduate FEAT_MODIFY_FNAME.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ SRC_ALL = \ src/ex_getln.c \ src/feature.h \ src/fileio.c \ + src/filepath.c \ src/findfile.c \ src/fold.c \ src/getchar.c \ @@ -196,6 +197,7 @@ SRC_ALL = \ src/proto/ex_eval.pro \ src/proto/ex_getln.pro \ src/proto/fileio.pro \ + src/proto/filepath.pro \ src/proto/findfile.pro \ src/proto/fold.pro \ src/proto/getchar.pro \ |