diff options
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 26e965cf0b..8664a3c6d0 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -1579,11 +1579,7 @@ void write_viminfo(char_u *file, int forceit) #ifdef UNIX shortname, #else -# ifdef SHORT_FNAME - TRUE, -# else FALSE, -# endif #endif fname, (char_u *)".tmp", @@ -2659,9 +2655,6 @@ do_ecmd ( if (sfname == NULL) sfname = ffname; #ifdef USE_FNAME_CASE -# ifdef USE_LONG_FNAME - if (USE_LONG_FNAME) -# endif if (sfname != NULL) fname_case(sfname, 0); /* set correct case for sfname */ #endif |