Move shorten_filenames back to fileio.c

This commit is contained in:
John Schmidt
2014-03-31 23:50:18 +02:00
committed by Thiago de Arruda
parent 7ec4d478eb
commit 40879af7bd
4 changed files with 43 additions and 43 deletions

View File

@@ -33,6 +33,7 @@ int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start,
int filtering);
void msg_add_fname(buf_T *buf, char_u *fname);
void msg_add_lines(int insert_space, long lnum, off_t nchars);
void shorten_fnames(int force);
char_u *modname(char_u *fname, char_u *ext, int prepend_dot);
char_u *buf_modname(int shortname, char_u *fname, char_u *ext,
int prepend_dot);