forked from aniani/vim
		
	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.
This commit is contained in:
		| @@ -738,6 +738,7 @@ OBJ = \ | ||||
| 	$(OUTDIR)\ex_eval.obj \ | ||||
| 	$(OUTDIR)\ex_getln.obj \ | ||||
| 	$(OUTDIR)\fileio.obj \ | ||||
| 	$(OUTDIR)\filepath.obj \ | ||||
| 	$(OUTDIR)\findfile.obj \ | ||||
| 	$(OUTDIR)\fold.obj \ | ||||
| 	$(OUTDIR)\getchar.obj \ | ||||
| @@ -1501,6 +1502,8 @@ $(OUTDIR)/ex_getln.obj:	$(OUTDIR) ex_getln.c  $(INCL) | ||||
|  | ||||
| $(OUTDIR)/fileio.obj:	$(OUTDIR) fileio.c  $(INCL) | ||||
|  | ||||
| $(OUTDIR)/filepath.obj:	$(OUTDIR) filepath.c  $(INCL) | ||||
|  | ||||
| $(OUTDIR)/findfile.obj:	$(OUTDIR) findfile.c  $(INCL) | ||||
|  | ||||
| $(OUTDIR)/fold.obj:	$(OUTDIR) fold.c  $(INCL) | ||||
| @@ -1781,6 +1784,7 @@ proto.h: \ | ||||
| 	proto/ex_eval.pro \ | ||||
| 	proto/ex_getln.pro \ | ||||
| 	proto/fileio.pro \ | ||||
| 	proto/filepath.pro \ | ||||
| 	proto/findfile.pro \ | ||||
| 	proto/getchar.pro \ | ||||
| 	proto/hardcopy.pro \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user