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:
@@ -2608,7 +2608,7 @@ qf_fmt_text(char_u *text, char_u *buf, int bufsize)
|
||||
{
|
||||
buf[i] = ' ';
|
||||
while (*++p != NUL)
|
||||
if (!vim_iswhite(*p) && *p != '\n')
|
||||
if (!VIM_ISWHITE(*p) && *p != '\n')
|
||||
break;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user