diff options
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index f25a3a1b21..740d001b5e 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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); |