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:
@@ -1288,7 +1288,7 @@ ex_perldo(exarg_T *eap)
|
||||
linenr_T i;
|
||||
buf_T *was_curbuf = curbuf;
|
||||
|
||||
if (bufempty())
|
||||
if (BUFEMPTY())
|
||||
return;
|
||||
|
||||
if (perl_interp == NULL)
|
||||
|
Reference in New Issue
Block a user