mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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:
@@ -1789,7 +1789,7 @@ msg_prt_line(char_u *s, int list)
|
||||
if (list && lcs_trail)
|
||||
{
|
||||
trail = s + STRLEN(s);
|
||||
while (trail > s && vim_iswhite(trail[-1]))
|
||||
while (trail > s && VIM_ISWHITE(trail[-1]))
|
||||
--trail;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user