mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
fileid: rename os_file_id_equal
This commit is contained in:
@@ -2441,7 +2441,7 @@ void buf_set_file_id(buf_T *buf)
|
||||
static bool buf_same_file_id(buf_T *buf, FileID *file_id)
|
||||
{
|
||||
return buf->file_id_valid
|
||||
&& os_file_id_equal(&(buf->file_id), file_id);
|
||||
&& os_fileid_equal(&(buf->file_id), file_id);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user