summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-04 15:54:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-04 15:54:55 +0200
commitb005cd80cfda591be95146024d9b97eef383500f (patch)
treece7d5ac25d5c8e3442828130c180e04820565d29 /src/proto.h
parent1e1d30048e722906a13665bd6c3c24c87eb2fe25 (diff)
downloadvim-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 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index cc31726eb..0eafcc4b9 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -84,6 +84,7 @@ extern int _stricoll(char *a, char *b);
# include "ex_eval.pro"
# include "ex_getln.pro"
# include "fileio.pro"
+# include "filepath.pro"
# include "findfile.pro"
# include "fold.pro"
# include "getchar.pro"