Home
last modified time | relevance | path

Searched refs:startofline (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dpython.vim89 let l:startofline = (a:0 >= 1) ? a:1 : 1
95 if l:startofline == 1
106 if l:startofline == 1
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt47 See also 'startofline' option.
52 the buffer. See also 'startofline' option.
84 produced. See also 'startofline' option.
89 buffer. See also 'startofline' option.
H A Dmotion.txt334 non-blank character |linewise|. If 'startofline' not
344 non-blank character |linewise|. If 'startofline' not
358 See also 'startofline' option.
1325 character |linewise|. See also 'startofline' option.
1333 character |linewise|. See also 'startofline' option.
1338 |linewise|. See also 'startofline' option.
H A Dquickref.txt919 'startofline' 'sol' commands move cursor to first non-blank in line
H A Dediting.txt778 cursor position for the file. If 'startofline' is set, the cursor will be
H A Dversion5.txt6101 'startofline' was reset.
7109 when 'startofline' is set. (Cordell)
7110 Solution: Use the last known column when 'startofline' is set.
H A Doptions.txt1867 'startofline' + on goto startofline with some commands
7336 *'startofline'* *'sol'* *'nostartofline'* *'nosol'*
7337 'startofline' 'sol' boolean (default on)
H A Dtags941 'startofline' options.txt /*'startofline'*
/vim-8.2.3635/src/
H A Dsyntax.c290 static void syn_update_ends(int startofline);
947 syn_update_ends(int startofline) in syn_update_ends() argument
953 if (startofline) in syn_update_ends()
994 || (seen_keepend && !startofline) in syn_update_ends()
995 || (i == current_state.ga_len - 1 && startofline)) in syn_update_ends()
1001 update_si_end(cur_si, (int)current_col, !startofline); in syn_update_ends()
1003 if (!startofline && (cur_si->si_flags & HL_KEEPEND)) in syn_update_ends()
/vim-8.2.3635/src/testdir/
H A Dtest_normal.vim646 set startofline
2761 set startofline
H A Dtest_edit.vim1216 set mouse& startofline
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim37 …epath scr sect sh shelltemp shortname si smartcase sol spellsuggest sr startofline suffixesadd sws…
/vim-8.2.3635/runtime/
H A Doptwin.vim254 call <SID>AddOption("startofline", gettext("many jump commands move the cursor to the first non-bla…