mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
Move shorten_filenames back to fileio.c
This commit is contained in:

committed by
Thiago de Arruda

parent
7ec4d478eb
commit
40879af7bd
@@ -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);
|
||||
|
Reference in New Issue
Block a user