forked from aniani/vim
patch 8.0.0452: some macros are in lower case
Problem: Some macros are in lower case. Solution: Make a few more macros upper case.
This commit is contained in:
@@ -2104,7 +2104,7 @@ ex_function(exarg_T *eap)
|
||||
else
|
||||
{
|
||||
/* skip ':' and blanks*/
|
||||
for (p = theline; vim_iswhite(*p) || *p == ':'; ++p)
|
||||
for (p = theline; VIM_ISWHITE(*p) || *p == ':'; ++p)
|
||||
;
|
||||
|
||||
/* Check for "endfunction". */
|
||||
|
Reference in New Issue
Block a user