comparison src/Make_morph.mak @ 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
47 ex_cmds2.c \ 47 ex_cmds2.c \
48 ex_docmd.c \ 48 ex_docmd.c \
49 ex_eval.c \ 49 ex_eval.c \
50 ex_getln.c \ 50 ex_getln.c \
51 fileio.c \ 51 fileio.c \
52 filepath.c \
52 findfile.c \ 53 findfile.c \
53 fold.c \ 54 fold.c \
54 getchar.c \ 55 getchar.c \
55 hardcopy.c \ 56 hardcopy.c \
56 hashtab.c \ 57 hashtab.c \