diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-13 23:13:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-13 23:13:28 +0100 |
commit | 5fd0f5052f9a312bb4cfe7b4176b1211d45127ee (patch) | |
tree | b82e59bfdcf65662e44803dabbfa77c11010bb70 /Filelist | |
parent | 688b3983d8b321e0d32dd51914fa474a0988daf6 (diff) | |
download | vim-git-5fd0f5052f9a312bb4cfe7b4176b1211d45127ee.tar.gz |
patch 8.1.0914: code related to findfile() is spread outv8.1.0914
Problem: Code related to findfile() is spread out.
Solution: Put findfile() related code into a new source file. (Yegappan
Lakshmanan, closes #3934)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ SRC_ALL = \ src/farsi.h \ src/feature.h \ src/fileio.c \ + src/findfile.c \ src/fold.c \ src/getchar.c \ src/globals.h \ @@ -170,6 +171,7 @@ SRC_ALL = \ src/proto/ex_getln.pro \ src/proto/farsi.pro \ src/proto/fileio.pro \ + src/proto/findfile.pro \ src/proto/fold.pro \ src/proto/getchar.pro \ src/proto/gui.pro \ |