mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
Change prefix from os_*
to path_*
This commit is contained in:

committed by
Thiago de Arruda

parent
aa7218b646
commit
6fb58d1c5c
@@ -2418,7 +2418,7 @@ void buflist_altfpos(win_T *win)
|
||||
|
||||
/*
|
||||
* Return TRUE if 'ffname' is not the same file as current file.
|
||||
* Fname must have a full path (expanded by os_get_absolute_path()).
|
||||
* Fname must have a full path (expanded by path_get_absolute_path()).
|
||||
*/
|
||||
int otherfile(char_u *ffname)
|
||||
{
|
||||
|
Reference in New Issue
Block a user