Searched refs:stl (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | qf.vim | 14 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 D | screen.c | 1231 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 D | test_statusline.vim | 416 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 D | test_bufline.vim | 140 set stl=%f ls=2
|
| H A D | test_utf8.vim | 192 set fillchars=stl:\\u2501
|
| H A D | test_options.vim | 431 call assert_fails('set fillchars=stl:· ambiwidth=double', 'E835:')
|
| H A D | test_mapping.vim | 538 set stl=%{Status()}
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 2html.vim | 743 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 D | vim.vim | 39 …ightleft rtp sbo scrollbind secure shell shellxescape showcmd sidescrolloff smarttab spc spl ss stl
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | netrwPlugin.vim | 180 let &stl= s:netrw_explore_stl
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | options.txt | 611 /* 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 D | quickref.txt | 920 'statusline' 'stl' custom format for the status line
|
| H A D | tags | 943 'stl' options.txt /*'stl'* 9261 stl-%{ options.txt /*stl-%{*
|
| H A D | todo.txt | 1194 highlighting for both stl and stlnc. Patch by Ken Hamada (itchyny, 2016 Dec 11)
|
| H A D | version7.txt | 5371 Problem: ":setlocal stl=%!1+1" does not work.
|
| H A D | version8.txt | 806 Problem: Reading past end of the 'stl' string.
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 477 call <SID>OptionG("stl", &stl)
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.sk.cp1250 | 334 7. Teraz nap� CTRL-R (dr� kl�vesu CTRL stla�en� k�m stl��a� R) nieko�ko
|
| H A D | tutor.sk.utf-8 | 334 7. Teraz napíš CTRL-R (drž klávesu CTRL stlačenú kým stláčaš R) niekoľko
|
| H A D | tutor.sk | 334 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 D | netrw.vim | 2010 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)
|