| /vim-8.2.3635/src/xdiff/ |
| H A D | xhistogram.c | 166 unsigned int as, ae, bs, be, np, rc; in try_lcs() local 184 bs = b_ptr; in try_lcs() 186 be = bs; in try_lcs() 189 while (line1 < (int)as && line2 < (int)bs in try_lcs() 190 && CMP(index, 1, as - 1, 2, bs - 1)) { in try_lcs() 192 bs--; in try_lcs() 208 lcs->begin2 = bs; in try_lcs()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_blockedit.vim | 19 let _bs = &bs 20 set bs=2 22 exe "norm! ggjVj\<c-v>$o$A\<bs>\<esc>" 23 "call feedkeys("Vj\<c-v>$o$A\<bs>\<esc>", 'ti') 27 let &bs = _bs
|
| H A D | test_prompt_buffer.vim | 80 let bs = "\<BS>" 81 call term_sendkeys(buf, "hello" . bs . bs) 85 call term_sendkeys(buf, left . left . left . bs . '-')
|
| H A D | test_backspace_opt.vim | 120 exe ":set bs=".. value 126 call assert_equal(expected, getline(1), 'CTRL-U backspace value: '.. &bs) 131 call assert_equal(expected, getline(1), 'CTRL-W backspace value: '.. &bs)
|
| H A D | test_vartabs.vim | 412 call feedkeys("a\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>\<bs>\<F2>", 'xt')
|
| H A D | test_visual.vim | 204 set ai bs=2 238 set noai bs&vim 250 set bs=2 267 exe "norm! gR1234\<cr>5\<bs>\<bs>\<bs>" 276 exe "norm! gR1234\<cr>\<cr>56\<bs>\<bs>\<bs>" 287 exe "norm! gR1234\<cr>\<bs>\<del>56\<cr>" 307 set bs&vim
|
| H A D | test_digraph.vim | 12 exe "norm! o".a:char1."\<bs>".a:char2 41 call Put_Dig("a\<bs>") 42 call Put_Dig("\<bs>a") 222 " reset whichwrap option, so that testing <esc><bs>A works, 250 call Put_Dig_BS("a","\<bs>") 251 call Put_Dig_BS("\<bs>","a")
|
| H A D | test_history.vim | 247 call feedkeys(":set bs=2 key=abc ts=8\<CR>", 'xt') 248 call assert_equal('set bs=2 key= ts=8', histget(':')) 249 set key& bs& ts&
|
| H A D | test_ins_complete.vim | 751 exe "normal aWOR\<C-P>\<bs>\<bs>\<bs>\<bs>\<bs>\<bs>\<C-L>r\<C-L>\<C-L>"
|
| H A D | test_search.vim | 179 " <bs> remove from match, but stay at current match 187 call feedkeys("/thei\<bs>s\<cr>", 'tx') 191 call feedkeys("/thei\<bs>s\<bs>\<C-T>\<c-l>\<cr>", 'tx') 195 call feedkeys("/them". repeat("\<bs>",4).'the\>'."\<cr>", 'tx') 252 call feedkeys("/foo\<bs>\<cr>", 'tx') 264 " unfortunately, neither "/foo\<c-w>\<cr>", nor "/foo\<bs>\<bs>\<bs>\<cr>", 779 call feedkeys("/3\<bs>\<bs>", 'tx')
|
| /vim-8.2.3635/runtime/ |
| H A D | termcap | 8 :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\ 12 :am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\ 38 :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\ 47 :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\ 82 :bs:\
|
| H A D | vim.desktop | 45 Comment[bs]=Izmijeni tekstualne datoteke
|
| H A D | gvim.desktop | 45 Comment[bs]=Izmijeni tekstualne datoteke
|
| /vim-8.2.3635/src/xxd/ |
| H A D | Make_amiga.mak | 4 #>>>>> choose between debugging (-bs) or optimizing (-so) 6 #OPTIONS = -bs
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | json.vim | 111 let bs = strpart('{}[]', stridx('}]', line[col - 1]) * 2, 2) 113 let pairstart = escape(bs[0], '[') 114 let pairend = escape(bs[1], ']')
|
| H A D | jsonc.vim | 130 let bs = strpart('{}[]', stridx('}]', line[col - 1]) * 2, 2) 132 let pairstart = escape(bs[0], '[') 133 let pairend = escape(bs[1], ']')
|
| H A D | falcon.vim | 286 let bs = strpart('(){}[]', stridx(')}]', line[col - 1]) * 2, 2) 287 if searchpair(escape(bs[0], '\['), '', bs[1], 'bW', s:skip_expr) > 0
|
| H A D | typescript.vim | 332 let bs = strpart('(){}[]', stridx(')}]', line[col - 1]) * 2, 2) 333 if searchpair(escape(bs[0], '\['), '', bs[1], 'bW', s:skip_expr) > 0
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ada.vim | 94 if mapcheck ('<bs>','i') == '' 95 inoremap <silent> <unique> <buffer> <bs> <C-R>=ada#Insert_Backspace ()<cr>
|
| H A D | julia.vim | 82 …ehension\\%(For\\|If\\)\\|RangeKeyword\\|Comment\\%([LM]\\|Delim\\)\\|\\%([bs]\\|Shell\\|Printf\\|…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 360 return "\<bs>\<bs>\<bs>" 362 return "\<bs>"
|
| /vim-8.2.3635/src/ |
| H A D | screen.c | 3109 char_u *bs; in windgoto() local 3159 bs = NULL; // init for GCC in windgoto() 3165 bs = T_LE; // "cursor left" in windgoto() 3167 bs = T_BC; // "backspace character (old) in windgoto() 3168 if (*bs) in windgoto() 3169 cost = (screen_cur_col - col) * (int)STRLEN(bs); in windgoto() 3268 out_str(bs); in windgoto()
|
| /vim-8.2.3635/src/po/ |
| H A D | vim.desktop.in | 22 Comment[bs]=Izmijeni tekstualne datoteke
|
| H A D | gvim.desktop.in | 22 Comment[bs]=Izmijeni tekstualne datoteke
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | xxd.man | 149 % sh -c "dd of=plain_snippet bs=1k count=1; xxd -s +128 > hex_snippet" 153 % sh -c "dd of=plain_snippet bs=1k count=1; xxd -s +-768 > hex_snippet"
|