Mercurial > vim
comparison src/Makefile @ 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 | 18a0d1c9371e |
children | cf8e0c7e0cb9 |
comparison
equal
deleted
inserted
replaced
17965:621590abaf54 | 17966:46f95606b9ec |
---|---|
1601 ex_cmds2.c \ | 1601 ex_cmds2.c \ |
1602 ex_docmd.c \ | 1602 ex_docmd.c \ |
1603 ex_eval.c \ | 1603 ex_eval.c \ |
1604 ex_getln.c \ | 1604 ex_getln.c \ |
1605 fileio.c \ | 1605 fileio.c \ |
1606 filepath.c \ | |
1606 findfile.c \ | 1607 findfile.c \ |
1607 fold.c \ | 1608 fold.c \ |
1608 getchar.c \ | 1609 getchar.c \ |
1609 hardcopy.c \ | 1610 hardcopy.c \ |
1610 hashtab.c \ | 1611 hashtab.c \ |
1731 objects/ex_cmds2.o \ | 1732 objects/ex_cmds2.o \ |
1732 objects/ex_docmd.o \ | 1733 objects/ex_docmd.o \ |
1733 objects/ex_eval.o \ | 1734 objects/ex_eval.o \ |
1734 objects/ex_getln.o \ | 1735 objects/ex_getln.o \ |
1735 objects/fileio.o \ | 1736 objects/fileio.o \ |
1737 objects/filepath.o \ | |
1736 objects/findfile.o \ | 1738 objects/findfile.o \ |
1737 objects/fold.o \ | 1739 objects/fold.o \ |
1738 objects/getchar.o \ | 1740 objects/getchar.o \ |
1739 objects/hardcopy.o \ | 1741 objects/hardcopy.o \ |
1740 objects/hashtab.o \ | 1742 objects/hashtab.o \ |
1874 ex_cmds2.pro \ | 1876 ex_cmds2.pro \ |
1875 ex_docmd.pro \ | 1877 ex_docmd.pro \ |
1876 ex_eval.pro \ | 1878 ex_eval.pro \ |
1877 ex_getln.pro \ | 1879 ex_getln.pro \ |
1878 fileio.pro \ | 1880 fileio.pro \ |
1881 filepath.pro \ | |
1879 findfile.pro \ | 1882 findfile.pro \ |
1880 fold.pro \ | 1883 fold.pro \ |
1881 getchar.pro \ | 1884 getchar.pro \ |
1882 hardcopy.pro \ | 1885 hardcopy.pro \ |
1883 hashtab.pro \ | 1886 hashtab.pro \ |
3099 $(CCC) -o $@ ex_getln.c | 3102 $(CCC) -o $@ ex_getln.c |
3100 | 3103 |
3101 objects/fileio.o: fileio.c | 3104 objects/fileio.o: fileio.c |
3102 $(CCC) -o $@ fileio.c | 3105 $(CCC) -o $@ fileio.c |
3103 | 3106 |
3107 objects/filepath.o: filepath.c | |
3108 $(CCC) -o $@ filepath.c | |
3109 | |
3104 objects/findfile.o: findfile.c | 3110 objects/findfile.o: findfile.c |
3105 $(CCC) -o $@ findfile.c | 3111 $(CCC) -o $@ findfile.c |
3106 | 3112 |
3107 objects/fold.o: fold.c | 3113 objects/fold.o: fold.c |
3108 $(CCC) -o $@ fold.c | 3114 $(CCC) -o $@ fold.c |
3624 objects/ex_getln.o: ex_getln.c vim.h protodef.h auto/config.h feature.h os_unix.h \ | 3630 objects/ex_getln.o: ex_getln.c vim.h protodef.h auto/config.h feature.h os_unix.h \ |
3625 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ | 3631 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ |
3626 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ | 3632 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ |
3627 proto.h globals.h | 3633 proto.h globals.h |
3628 objects/fileio.o: fileio.c vim.h protodef.h auto/config.h feature.h os_unix.h \ | 3634 objects/fileio.o: fileio.c vim.h protodef.h auto/config.h feature.h os_unix.h \ |
3635 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ | |
3636 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ | |
3637 proto.h globals.h | |
3638 objects/filepath.o: filepath.c vim.h protodef.h auto/config.h feature.h os_unix.h \ | |
3629 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ | 3639 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ |
3630 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ | 3640 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ |
3631 proto.h globals.h | 3641 proto.h globals.h |
3632 objects/findfile.o: findfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \ | 3642 objects/findfile.o: findfile.c vim.h protodef.h auto/config.h feature.h os_unix.h \ |
3633 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ | 3643 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ |