Rename buf_modname to modname as they've become the same

This commit is contained in:
Felipe Oliveira Carvalho
2014-04-27 22:15:44 -03:00
committed by Thiago de Arruda
parent 9b56e3a4cc
commit d1411aebd8
4 changed files with 7 additions and 20 deletions

View File

@@ -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);