aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-31 00:27:50 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-01 08:08:07 -0300
commit2cb026c65c489743b3c5a4955dc9f276a18bd530 (patch)
tree6756dd52ed96413bb30abe3593faf3396edcf502 /src/buffer.h
parent7052b85192645086cdffd3baca56881f24cffe3f (diff)
downloadrneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.tar.gz
rneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.tar.bz2
rneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.zip
Move fix_fname from buffer.c
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
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);