mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Rename buf_modname to modname as they've become the same
This commit is contained in:

committed by
Thiago de Arruda

parent
9b56e3a4cc
commit
d1411aebd8
@@ -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);
|
||||
|
Reference in New Issue
Block a user