comparison Filelist @ 15814:99ebf78686a9 v8.1.0914

patch 8.1.0914: code related to findfile() is spread out commit https://github.com/vim/vim/commit/5fd0f5052f9a312bb4cfe7b4176b1211d45127ee Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 13 23:13:28 2019 +0100 patch 8.1.0914: code related to findfile() is spread out Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
author Bram Moolenaar <Bram@vim.org>
date Wed, 13 Feb 2019 23:15:05 +0100
parents eef64072071f
children a6ca8cf07a98
comparison
equal deleted inserted replaced
15813:ad21b64216aa 15814:99ebf78686a9
39 src/ex_getln.c \ 39 src/ex_getln.c \
40 src/farsi.c \ 40 src/farsi.c \
41 src/farsi.h \ 41 src/farsi.h \
42 src/feature.h \ 42 src/feature.h \
43 src/fileio.c \ 43 src/fileio.c \
44 src/findfile.c \
44 src/fold.c \ 45 src/fold.c \
45 src/getchar.c \ 46 src/getchar.c \
46 src/globals.h \ 47 src/globals.h \
47 src/gui.c \ 48 src/gui.c \
48 src/gui.h \ 49 src/gui.h \
168 src/proto/ex_docmd.pro \ 169 src/proto/ex_docmd.pro \
169 src/proto/ex_eval.pro \ 170 src/proto/ex_eval.pro \
170 src/proto/ex_getln.pro \ 171 src/proto/ex_getln.pro \
171 src/proto/farsi.pro \ 172 src/proto/farsi.pro \
172 src/proto/fileio.pro \ 173 src/proto/fileio.pro \
174 src/proto/findfile.pro \
173 src/proto/fold.pro \ 175 src/proto/fold.pro \
174 src/proto/getchar.pro \ 176 src/proto/getchar.pro \
175 src/proto/gui.pro \ 177 src/proto/gui.pro \
176 src/proto/gui_beval.pro \ 178 src/proto/gui_beval.pro \
177 src/proto/hardcopy.pro \ 179 src/proto/hardcopy.pro \