mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
refactor: convert macros to all-caps (#17895)
Closes https://github.com/neovim/neovim/issues/6297
This commit is contained in:
@@ -2955,7 +2955,7 @@ static bool otherfile_buf(buf_T *buf, char_u *ffname, FileID *file_id_p, bool fi
|
||||
if (ffname == NULL || *ffname == NUL || buf->b_ffname == NULL) {
|
||||
return true;
|
||||
}
|
||||
if (fnamecmp(ffname, buf->b_ffname) == 0) {
|
||||
if (FNAMECMP(ffname, buf->b_ffname) == 0) {
|
||||
return false;
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user