| /vim-8.2.3635/src/testdir/ |
| H A D | test_breakindent.vim | 67 set sbr=>> 95 call s:test_windows('setl briopt=sbr,min:0 sbr=++') 110 call s:test_windows('setl briopt=sbr,min:0 sbr=++ vts=4') 124 set sbr=<<< 135 set sbr= 208 " breakindent set and shift by 1, Number set sbr=? and briopt:sbr 223 " breakindent set and shift by 1, Number set sbr=? and briopt:sbr 237 " breakindent set and shift by 1, Number set sbr=? and briopt:sbr 238 call s:test_windows('setl briopt=shift:1,sbr,min:0 nu sbr=? nuw=4') 252 " breakindent set and shift by 1, Number set sbr=? and briopt:sbr [all …]
|
| H A D | test_listlbr.vim | 22 setl ts=8 sw=4 sts=4 linebreak sbr= wrap 32 call s:test_windows('setl ts=4 sbr=+') 47 call s:test_windows('setl ts=4 sbr=+ list listchars=') 62 call s:test_windows('setl ts=4 sbr=+ nolist') 76 call s:test_windows('setl sbr=+ nolist') 90 call s:test_windows('setl cpo&vim sbr=+ list conceallevel=2 concealcursor=nv listchars=tab:ab') 137 call s:test_windows('setl sbr=+')
|
| H A D | test_listlbr_utf8.vim | 34 setl ts=4 sw=4 sts=4 linebreak sbr=+ wrap 224 call s:test_windows("setl sbr= brk+=<") 238 call s:test_windows("setl sbr= brk+=>") 251 call s:test_windows("setl nolbr wrap sbr=")
|
| H A D | gen_opt_test.vim | 70 \ 'breakindentopt': [['', 'min:3', 'sbr'], ['xxx', 'min', 'min:x']],
|
| H A D | test_cursorline.vim | 126 set cursorlineopt=screenline cursorline nu wrap sbr=>
|
| H A D | test_normal.vim | 2283 set wrap listchars= sbr=
|
| /vim-8.2.3635/src/ |
| H A D | charset.c | 1008 char_u *sbr; in win_lbr_chartabsize() local 1087 sbr = get_showbreak_value(wp); in win_lbr_chartabsize() 1088 if ((*sbr != NUL || wp->w_p_bri) && wp->w_p_wrap && col != 0) in win_lbr_chartabsize() 1101 if (*sbr != NUL) in win_lbr_chartabsize() 1103 sbrlen = (colnr_T)MB_CHARLEN(sbr); in win_lbr_chartabsize() 1117 if (*sbr != NUL) in win_lbr_chartabsize() 1128 added += ((size - prev_width) / width) * vim_strsize(sbr); in win_lbr_chartabsize() 1131 added += vim_strsize(sbr); in win_lbr_chartabsize() 1134 added += vim_strsize(sbr); in win_lbr_chartabsize()
|
| H A D | drawline.c | 1234 char_u *sbr; in win_line() local 1261 sbr = get_showbreak_value(wp); in win_line() 1262 if (*sbr != NUL && need_showbreak) in win_line() 1265 p_extra = sbr; in win_line() 1268 n_extra = (int)STRLEN(sbr); in win_line() 1271 vcol_sbr = vcol + MB_CHARLEN(sbr); in win_line() 2099 char_u *sbr = get_showbreak_value(wp); in win_line() local 2103 if (*sbr != NUL && vcol == vcol_sbr && wp->w_p_wrap) in win_line() 2104 vcol_adjusted = vcol - MB_CHARLEN(sbr); in win_line()
|
| H A D | move.c | 1016 char_u *sbr; in curs_columns() local 1028 sbr = get_showbreak_value(curwin); in curs_columns() 1029 if (*sbr && *ml_get_cursor() == NUL in curs_columns() 1030 && curwin->w_wcol == vim_strsize(sbr)) in curs_columns()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | avra.vim | 18 syn keyword avraInstr com neg sbr cbr inc dec tst clr ser mul muls mulsu fmul
|
| H A D | docbk.vim | 114 syn keyword docbkKeyword revnumber revremark row sbr screen screenco contained
|
| H A D | vim.vim | 22 …thonx quita[ll] redraws[tatus] rew[ind] rubyf[ile] sIg sa[rgument] sba[ll] sbr[ewind] scl scscope … 32 … penc pm previewwindow printoptions pw qftf relativenumber rightleftcmd ru sbr scrollfocus sel she…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 1278 :sbr[ewind] [+cmd] *:sbr* *:sbrewind*
|
| H A D | quickref.txt | 898 'showbreak' 'sbr' string to use at the start of wrapped lines
|
| H A D | tags | 853 'sbr' options.txt /*'sbr'* 3056 :sbr windows.txt /*:sbr*
|
| H A D | index.txt | 1583 |:sbrewind| :sbr[ewind] split window and go to first file in the
|
| H A D | options.txt | 1355 sbr Display the 'showbreak' value before applying the 6930 *'showbreak'* *'sbr'* *E595* 6931 'showbreak' 'sbr' string (default "")
|
| H A D | version7.txt | 8393 Solution: Temporarily make 'sbr' empty. 17693 When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
|
| H A D | todo.txt | 1226 ":sbr" docs state it respects 'switchbuf', but "vsplit" does not cause a
|
| H A D | version8.txt | 3296 column and 'sbr' is displayed. 3297 Solution: Adjust the column for 'sbr'. (Christian Brabandt) 41992 'briopt' includes "sbr". 43034 Solution: Check whether 'briopt' contains "sbr". (Ken Takata, closes #5523,
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 361 call <SID>OptionG("sbr", &sbr)
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean-dubeolsik_utf-8.vim | 2058 sbr 뉵
|