forked from aniani/vim
patch 8.2.0464: typos and other small problems
Problem: Typos and other small problems. Solution: Fix the typos. Add missing files to the distribution.
This commit is contained in:
@@ -270,7 +270,6 @@ win_line(
|
||||
int tocol = MAXCOL; // end of inverting
|
||||
int fromcol_prev = -2; // start of inverting after cursor
|
||||
int noinvcur = FALSE; // don't invert the cursor
|
||||
pos_T *top, *bot;
|
||||
int lnum_in_visual_area = FALSE;
|
||||
pos_T pos;
|
||||
long v;
|
||||
@@ -535,6 +534,8 @@ win_line(
|
||||
// handle Visual active in this window
|
||||
if (VIsual_active && wp->w_buffer == curwin->w_buffer)
|
||||
{
|
||||
pos_T *top, *bot;
|
||||
|
||||
if (LTOREQ_POS(curwin->w_cursor, VIsual))
|
||||
{
|
||||
// Visual is after curwin->w_cursor
|
||||
|
Reference in New Issue
Block a user