Searched refs:rightcol (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dnormal.c2299 colnr_T leftcol, rightcol; local
2660 &leftcol, &rightcol);
2662 if (m_pos.col < leftcol || m_pos.col > rightcol)
2841 getvcols(curwin, &start_visual, &end_visual, &leftcol, &rightcol);
2842 if (curwin->w_curswant > (leftcol + rightcol) / 2)
2845 end_visual.col = rightcol;
3748 colnr_T leftcol, rightcol; local
3777 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol);
3782 (long)(rightcol - leftcol + 1));

Completed in 75 milliseconds