comparison Filelist @ 17966:46f95606b9ec v8.1.1979

patch 8.1.1979: code for handling file names is spread out Commit: https://github.com/vim/vim/commit/b005cd80cfda591be95146024d9b97eef383500f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 4 15:54:55 2019 +0200 patch 8.1.1979: code for handling file names is spread out Problem: Code for handling file names is spread out. Solution: Move code to new filepath.c file. Graduate FEAT_MODIFY_FNAME.
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Sep 2019 16:00:04 +0200
parents d50a5faa75bd
children cf8e0c7e0cb9
comparison
equal deleted inserted replaced
17965:621590abaf54 17966:46f95606b9ec
43 src/ex_docmd.c \ 43 src/ex_docmd.c \
44 src/ex_eval.c \ 44 src/ex_eval.c \
45 src/ex_getln.c \ 45 src/ex_getln.c \
46 src/feature.h \ 46 src/feature.h \
47 src/fileio.c \ 47 src/fileio.c \
48 src/filepath.c \
48 src/findfile.c \ 49 src/findfile.c \
49 src/fold.c \ 50 src/fold.c \
50 src/getchar.c \ 51 src/getchar.c \
51 src/globals.h \ 52 src/globals.h \
52 src/gui.c \ 53 src/gui.c \
194 src/proto/ex_cmds2.pro \ 195 src/proto/ex_cmds2.pro \
195 src/proto/ex_docmd.pro \ 196 src/proto/ex_docmd.pro \
196 src/proto/ex_eval.pro \ 197 src/proto/ex_eval.pro \
197 src/proto/ex_getln.pro \ 198 src/proto/ex_getln.pro \
198 src/proto/fileio.pro \ 199 src/proto/fileio.pro \
200 src/proto/filepath.pro \
199 src/proto/findfile.pro \ 201 src/proto/findfile.pro \
200 src/proto/fold.pro \ 202 src/proto/fold.pro \
201 src/proto/getchar.pro \ 203 src/proto/getchar.pro \
202 src/proto/gui.pro \ 204 src/proto/gui.pro \
203 src/proto/gui_beval.pro \ 205 src/proto/gui_beval.pro \