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:
@@ -1039,7 +1039,7 @@ foldAdjustVisual(void)
|
||||
if (!VIsual_active || !hasAnyFolding(curwin))
|
||||
return;
|
||||
|
||||
if (ltoreq(VIsual, curwin->w_cursor))
|
||||
if (LTOREQ_POS(VIsual, curwin->w_cursor))
|
||||
{
|
||||
start = &VIsual;
|
||||
end = &curwin->w_cursor;
|
||||
|
Reference in New Issue
Block a user