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:
@@ -2333,7 +2333,7 @@ ex_diffgetput(exarg_T *eap)
|
||||
end_skip = 0;
|
||||
}
|
||||
|
||||
buf_empty = bufempty();
|
||||
buf_empty = BUFEMPTY();
|
||||
added = 0;
|
||||
for (i = 0; i < count; ++i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user