Home
last modified time | relevance | path

Searched refs:leftcol (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c225 colnr_T leftcol, rightcol; in do_mouse() local
592 &leftcol, &rightcol); in do_mouse()
594 if (m_pos.col < leftcol || m_pos.col > rightcol) in do_mouse()
759 getvcols(curwin, &start_visual, &end_visual, &leftcol, &rightcol); in do_mouse()
760 if (curwin->w_curswant > (leftcol + rightcol) / 2) in do_mouse()
761 end_visual.col = leftcol; in do_mouse()
H A Dgui.c4708 gui_do_horiz_scroll(long_u leftcol, int compute_longest_lnum) in gui_do_horiz_scroll() argument
4714 if (curwin->w_leftcol == (colnr_T)leftcol) in gui_do_horiz_scroll()
4717 curwin->w_leftcol = (colnr_T)leftcol; in gui_do_horiz_scroll()
4723 && (colnr_T)leftcol > scroll_line_len(curwin->w_cursor.lnum)) in gui_do_horiz_scroll()
H A Dnormal.c1822 colnr_T leftcol, rightcol; in clear_showcmd() local
1853 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol); in clear_showcmd()
1859 (long)(rightcol - leftcol + 1)); in clear_showcmd()
/vim-8.2.3635/src/testdir/
H A Dtest_normal.vim796 call assert_equal(5, winsaveview()['leftcol'])
806 call assert_equal(3, winsaveview()['leftcol'])
813 call assert_equal(10, winsaveview()['leftcol'])
818 call assert_equal(24, winsaveview()['leftcol'])
823 call assert_equal(10, winsaveview()['leftcol'])
830 call assert_equal(25, winsaveview()['leftcol'])
845 call assert_equal(0, winsaveview()['leftcol'])
850 call assert_equal(0, winsaveview()['leftcol'])
876 call assert_equal(5, winsaveview()['leftcol'])
886 call assert_equal(3, winsaveview()['leftcol'])
[all …]
H A Dtest_options.vim1181 call assert_equal({'lnum':11, 'leftcol':0, 'col':0, 'topfill':0,
1188 call assert_equal({'lnum':11, 'leftcol':0, 'col':0, 'topfill':0,
H A Dtest_search.vim254 …call assert_equal({'lnum': 10, 'leftcol': 0, 'col': 4, 'topfill': 0, 'topline': 6, 'coladd': 0, 's…
270 …"call assert_equal({'lnum': 1, 'leftcol': 0, 'col': 0, 'topfill': 0, 'topline': 1, 'coladd': 0, 's…
/vim-8.2.3635/src/proto/
H A Dgui.pro49 int gui_do_horiz_scroll(long_u leftcol, int compute_longest_lnum);
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt5943 and applying 'leftcol'). Works as "|" like what "g0" is to "0".
H A Deval.txt12182 leftcol first column displayed; only used when