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

/macosx-10.10.1/vim-55/src/proto/
H A Dgui.pro49 int gui_do_horiz_scroll __ARGS((long_u leftcol, int compute_longest_lnum));
/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)
2843 end_visual.col = leftcol;
3748 colnr_T leftcol, rightcol; local
3777 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol);
3782 (long)(rightcol - leftcol + 1));
H A Dgui.c4463 gui_do_horiz_scroll(leftcol, compute_longest_lnum)
4464 long_u leftcol;
4471 if (curwin->w_leftcol == (colnr_T)leftcol)
4474 curwin->w_leftcol = (colnr_T)leftcol;
4480 && (colnr_T)leftcol > scroll_line_len(curwin->w_cursor.lnum))
H A Deval.c18117 curwin->w_leftcol = get_dict_number(dict, (char_u *)"leftcol");
18161 dict_add_nr_str(dict, "leftcol", (long)curwin->w_leftcol, NULL);

Completed in 177 milliseconds