Home
last modified time | relevance | path

Searched refs:stl (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/runtime/ftplugin/
H A Dqf.vim14 let b:undo_ftplugin = "set stl<"
17 setlocal stl=%t%{exists('w:quickfix_title')?\ '\ '.w:quickfix_title\ :\ ''}\ %=%-15(%l,%c%V%)\ %P
/vim-8.2.3635/src/
H A Dscreen.c1231 char_u *stl; in win_redr_custom() local
1250 stl = p_tal; in win_redr_custom()
1267 stl = p_ruf; in win_redr_custom()
1271 if (*++stl == '-') in win_redr_custom()
1272 stl++; in win_redr_custom()
1275 stl++; in win_redr_custom()
1276 if (*stl++ != '(') in win_redr_custom()
1277 stl = p_ruf; in win_redr_custom()
1300 stl = p_stl; in win_redr_custom()
1321 stl = vim_strsave(stl); in win_redr_custom()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_statusline.vim416 set fillchars=stl:^,stlnc:=,vert:\|,fold:-,diff:-
497 set ls=2 stl=%{winnr()}
506 set ls& stl&
509 " Test using a multibyte character for 'stl' and 'stlnc' items in 'fillchars'
514 set fillchars=vert:\|,fold:-,stl:━,stlnc:═
H A Dtest_bufline.vim140 set stl=%f ls=2
H A Dtest_utf8.vim192 set fillchars=stl:\\u2501
H A Dtest_options.vim431 call assert_fails('set fillchars=stl:· ambiwidth=double', 'E835:')
H A Dtest_mapping.vim538 set stl=%{Status()}
/vim-8.2.3635/runtime/syntax/
H A D2html.vim743 let s:origwin_stl = &l:stl
764 let s:newwin_stl = &l:stl
1167 let stl = "%#".t_color."#%-( ".self.title." %)".
1174 call setwinvar(self.winnr, '&stl', stl)
1934 let &l:stl = s:origwin_stl
1941 let &l:stl = s:newwin_stl
H A Dvim.vim39 …ightleft rtp sbo scrollbind secure shell shellxescape showcmd sidescrolloff smarttab spc spl ss stl
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim180 let &stl= s:netrw_explore_stl
/vim-8.2.3635/runtime/doc/
H A Doptions.txt611 /* vi:set fillchars=stl\:^,vert\:\|: */ ~
3309 stl:c ' ' or '^' statusline of the current window
3319 Any one that is omitted will fall back to the default. For "stl" and
3324 :set fillchars=stl:^,stlnc:=,vert:\|,fold:-,diff:-
3328 For "stl" and "stlnc" single-byte and multibyte characters are
3333 stl:c StatusLine |hl-StatusLine|
7350 *'statusline'* *'stl'* *E540* *E542*
7351 'statusline' 'stl' string (default empty)
7440 work around that. See |stl-%{| below.
7450 < `stl=%{Stl_filename()}` results in `"%t"`
[all …]
H A Dquickref.txt920 'statusline' 'stl' custom format for the status line
H A Dtags943 'stl' options.txt /*'stl'*
9261 stl-%{ options.txt /*stl-%{*
H A Dtodo.txt1194 highlighting for both stl and stlnc. Patch by Ken Hamada (itchyny, 2016 Dec 11)
H A Dversion7.txt5371 Problem: ":setlocal stl=%!1+1" does not work.
H A Dversion8.txt806 Problem: Reading past end of the 'stl' string.
/vim-8.2.3635/runtime/
H A Doptwin.vim477 call <SID>OptionG("stl", &stl)
/vim-8.2.3635/runtime/tutor/
H A Dtutor.sk.cp1250334 7. Teraz nap� CTRL-R (dr� kl�vesu CTRL stla�en� k�m stl��a� R) nieko�ko
H A Dtutor.sk.utf-8334 7. Teraz napíš CTRL-R (drž klávesu CTRL stlačenú kým stláčaš R) niekoľko
H A Dtutor.sk334 7. Teraz nap� CTRL-R (dr� kl�vesu CTRL stla�en� k�m stl��a� R) nieko�ko
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim2010 let &stl = s:netrw_users_stl
10089 let s:netrw_users_stl= &stl
10114 let &stl=a:statline
10116 " call Decho("stl=".&stl,'~'.expand("<slnum>"))
10119 " call Dret("SetupNetrwStatusLine : stl=".&stl)