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:
@@ -107,6 +107,7 @@
|
||||
* +multi_byte Generic multi-byte character handling.
|
||||
* +cmdline_compl completion of mappings/abbreviations in cmdline mode.
|
||||
* +insert_expand CTRL-N/CTRL-P/CTRL-X in insert mode.
|
||||
* +modify_fname modifiers for file name. E.g., "%:p:h".
|
||||
*
|
||||
* Obsolete:
|
||||
* +tag_old_static Old style static tags: "file:tag file ..".
|
||||
@@ -353,13 +354,6 @@
|
||||
# define FEAT_POSTSCRIPT
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +modify_fname modifiers for file name. E.g., "%:p:h".
|
||||
*/
|
||||
#ifdef FEAT_NORMAL
|
||||
# define FEAT_MODIFY_FNAME
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +diff Displaying diffs in a nice way.
|
||||
* Requires +windows and +autocmd.
|
||||
|
||||
Reference in New Issue
Block a user