Move fix_fname from buffer.c

This commit is contained in:
John Schmidt
2014-03-31 00:27:50 +02:00
committed by Thiago de Arruda
parent 7052b85192
commit 2cb026c65c
4 changed files with 43 additions and 43 deletions

View File

@@ -54,7 +54,6 @@ int build_stl_str_hl(win_T *wp, char_u *out, size_t outlen, char_u *fmt,
struct stl_hlrec *hltab,
struct stl_hlrec *tabtab);
void get_rel_pos(win_T *wp, char_u *buf, int buflen);
char_u *fix_fname(char_u *fname);
void fname_expand(buf_T *buf, char_u **ffname, char_u **sfname);
char_u *alist_name(aentry_T *aep);
void do_arg_all(int count, int forceit, int keep_tabs);