forked from aniani/vim
patch 8.0.0448: some macros are in lower case
Problem: Some macros are in lower case, which can be confusing. Solution: Make a few lower case macros upper case.
This commit is contained in:
@@ -4170,7 +4170,7 @@ set_init_3(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (bufempty())
|
||||
if (BUFEMPTY())
|
||||
{
|
||||
int idx_ffs = findoption((char_u *)"ffs");
|
||||
|
||||
|
Reference in New Issue
Block a user