Home
last modified time | relevance | path

Searched refs:siso (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_options.vim749 set siso=7
764 call assert_equal(7, &siso)
765 setlocal siso=3
766 call assert_equal(3, &siso)
768 call assert_equal(7, &siso)
770 setlocal siso<
771 call assert_equal(7, &siso)
772 setlocal siso=0
773 call assert_equal(0, &siso)
774 setlocal siso=-1
[all …]
H A Dtest_mksession.vim1040 setlocal so=1 siso=1
1042 setlocal so=-1 siso=-1
1045 call assert_equal(1, &l:siso)
1047 setlocal so& siso&
/vim-8.2.3635/src/
H A Dmisc2.c649 long siso = get_sidescrolloff_value(); in leftcol_changed() local
659 if (curwin->w_virtcol > (colnr_T)(lastcol - siso)) in leftcol_changed()
662 coladvance((colnr_T)(lastcol - siso)); in leftcol_changed()
664 else if (curwin->w_virtcol < curwin->w_leftcol + siso) in leftcol_changed()
667 (void)coladvance((colnr_T)(curwin->w_leftcol + siso)); in leftcol_changed()
H A Dmove.c959 long siso = get_sidescrolloff_value(); in curs_columns() local
1051 off_left = (int)startcol - (int)curwin->w_leftcol - siso; in curs_columns()
1053 - siso) + 1; in curs_columns()
H A Dsearch.c2795 long *siso = curwin->w_p_siso >= 0 ? &curwin->w_p_siso : &p_siso; in showmatch() local
2833 save_siso = *siso; in showmatch()
2849 *siso = 0; // don't use 'sidescrolloff' here in showmatch()
2870 *siso = save_siso; in showmatch()
H A Dnormal.c2785 long siso = get_sidescrolloff_value(); in nv_zet() local
2968 if ((long)col > siso) in nv_zet()
2969 col -= siso; in nv_zet()
2990 if ((long)col + siso < n) in nv_zet()
2993 col = col + siso - n + 1; in nv_zet()
/vim-8.2.3635/runtime/
H A Doptwin.vim365 call append("$", " \tset siso=" . &siso)
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim33 …c remap rl rubydll sc scrolljump selection shellpipe shiftround showmatch siso smd spellcapcheck s…
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt905 'sidescrolloff' 'siso' min. nr. of columns to left and right of cursor
H A Dversion6.txt7476 Problem: "zs" and "ze" don't work correctly with ":set nowrap siso=1".
7478 Solution: Take 'siso' into account when computing the horizontal scroll
7494 Problem: Warning for signed/unsigned compare. Can set 'siso' to a negative
7496 Solution: Add a typecast. Add a check for 'siso' being negative.
H A Dtags902 'siso' options.txt /*'siso'*
H A Doptions.txt7038 *'sidescrolloff'* *'siso'*
7039 'sidescrolloff' 'siso' number (default 0)