mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
refactor: convert macros to all-caps (#17895)
Closes https://github.com/neovim/neovim/issues/6297
This commit is contained in:
@@ -893,7 +893,7 @@ void suggest_load_files(void)
|
||||
slang->sl_sugloaded = true;
|
||||
|
||||
dotp = STRRCHR(slang->sl_fname, '.');
|
||||
if (dotp == NULL || fnamecmp(dotp, ".spl") != 0) {
|
||||
if (dotp == NULL || FNAMECMP(dotp, ".spl") != 0) {
|
||||
continue;
|
||||
}
|
||||
STRCPY(dotp, ".sug");
|
||||
|
Reference in New Issue
Block a user