mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 19:24:25 +00:00
Move fix_fname from buffer.c
This commit is contained in:
committed by
Thiago de Arruda
parent
7052b85192
commit
2cb026c65c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user