diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-31 00:27:50 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-01 08:08:07 -0300 |
commit | 2cb026c65c489743b3c5a4955dc9f276a18bd530 (patch) | |
tree | 6756dd52ed96413bb30abe3593faf3396edcf502 /src/path.h | |
parent | 7052b85192645086cdffd3baca56881f24cffe3f (diff) | |
download | rneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.tar.gz rneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.tar.bz2 rneovim-2cb026c65c489743b3c5a4955dc9f276a18bd530.zip |
Move fix_fname from buffer.c
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 49ce94dcdf..18c52694b7 100644 --- a/src/path.h +++ b/src/path.h @@ -30,4 +30,5 @@ int path_is_url(char_u *p); int path_with_url(char_u *fname); int vim_isAbsName(char_u *name); int vim_FullName(char_u *fname, char_u *buf, int len, int force); +char_u *fix_fname(char_u *fname); #endif |