mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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:
@@ -362,11 +362,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-mksession",
|
||||
#endif
|
||||
#ifdef FEAT_MODIFY_FNAME
|
||||
"+modify_fname",
|
||||
#else
|
||||
"-modify_fname",
|
||||
#endif
|
||||
#ifdef FEAT_MOUSE
|
||||
"+mouse",
|
||||
# ifdef FEAT_MOUSESHAPE
|
||||
@@ -761,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1979,
|
||||
/**/
|
||||
1978,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user