diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-04-27 22:15:44 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-02 15:58:33 -0300 |
commit | d1411aebd8c9514a6a5fceaffe6d11f5a8df59f1 (patch) | |
tree | 696e9248fad25bfd58abb8efe8b545b0866d9220 /src/fileio.h | |
parent | 9b56e3a4cc5480deb5769a712b003c5a0fd9fdf5 (diff) | |
download | rneovim-d1411aebd8c9514a6a5fceaffe6d11f5a8df59f1.tar.gz rneovim-d1411aebd8c9514a6a5fceaffe6d11f5a8df59f1.tar.bz2 rneovim-d1411aebd8c9514a6a5fceaffe6d11f5a8df59f1.zip |
Rename buf_modname to modname as they've become the same
Diffstat (limited to 'src/fileio.h')
-rw-r--r-- | src/fileio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.h b/src/fileio.h index ce6e649b10..061e6bcf96 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -35,7 +35,6 @@ void msg_add_fname(buf_T *buf, char_u *fname); void msg_add_lines(int insert_space, long lnum, off_t nchars); void shorten_fnames(int force); char_u *modname(char_u *fname, char_u *ext, int prepend_dot); -char_u *buf_modname(char_u *fname, char_u *ext, int prepend_dot); int vim_fgets(char_u *buf, int size, FILE *fp); int tag_fgets(char_u *buf, int size, FILE *fp); int vim_rename(char_u *from, char_u *to); |