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:
@@ -1087,7 +1087,7 @@ workshop_get_positions(
|
||||
*curCol = curwin->w_cursor.col;
|
||||
|
||||
if (curbuf->b_visual.vi_mode == 'v' &&
|
||||
equalpos(curwin->w_cursor, curbuf->b_visual.vi_end))
|
||||
EQUAL_POS(curwin->w_cursor, curbuf->b_visual.vi_end))
|
||||
{
|
||||
*selStartLine = curbuf->b_visual.vi_start.lnum;
|
||||
*selStartCol = curbuf->b_visual.vi_start.col;
|
||||
|
Reference in New Issue
Block a user