| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 31 …au BufEnter *.vba,*.vba.gz,*.vba.bz2,*.vba.zip,*.vba.xz setlocal bt=nofile fmr=[[[,]]] fdm=marker… 34 …au BufEnter *.vmb,*.vmb.gz,*.vmb.bz2,*.vmb.zip,*.vmb.xz setlocal bt=nofile fmr=[[[,]]] fdm=marker…
|
| /vim-8.2.3635/src/ |
| H A D | if_ruby.c | 1060 VALUE bt; in error_print() local 1120 bt = rb_funcallv(error, rb_intern("backtrace"), 0, 0); in error_print() 1121 for (i = 0; i < RARRAY_LEN(bt); i++) in error_print() 1122 msg_attr(RSTRING_PTR(RARRAY_AREF(bt, i)), attr); in error_print() 1124 bt = rb_funcall2(error, rb_intern("backtrace"), 0, 0); in error_print() 1125 for (i = 0; i < RARRAY_LEN(bt); i++) in error_print() 1126 msg_attr(RSTRING_PTR(RARRAY_PTR(bt)[i]), attr); in error_print()
|
| H A D | term.c | 6572 struct builtin_term *bt; in swap_tcap() local 6587 if (bt != NULL) in swap_tcap() 6589 STRNCPY(ks->buf, bt->bt_string, KSSIZE); in swap_tcap() 6593 STRNCPY(ks->arr, bt->bt_string, KSSIZE); in swap_tcap() 6594 bt->bt_string = &ks->arr[0]; in swap_tcap() 6610 bt = find_first_tcap(DEFAULT_TERM, ks->code); in swap_tcap() 6611 if (bt != NULL) in swap_tcap() 6616 STRNCPY(&ks->buf[0], bt->bt_string, KSSIZE); in swap_tcap() 6619 STRNCPY(&ks->vbuf[0], bt->bt_string, KSSIZE); in swap_tcap() 6622 STRNCPY(&ks->v2buf[0], bt->bt_string, KSSIZE); in swap_tcap() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 8th.vim | 123 …add bloom:add filter bloom:filter in? bloom:in? accept bt:accept ch! bt:ch! ch@ bt:ch@ connect bt:… 124 Builtin disconnect bt:disconnect init bt:init leconnect bt:leconnect lescan bt:lescan listen bt:li… 125 Builtin on? bt:on? read bt:read scan bt:scan service? bt:service? services? bt:services? write bt:…
|
| H A D | asmh8300.vim | 46 syn keyword asmOpcode bsr btst bst bt bvc bvs bxor cmp daa
|
| H A D | sed.vim | 33 syn region sedBranch matchgroup=sedFunction start="[bt]" matchgroup=sedSemicolon end=";\|$" contain…
|
| H A D | gdb.vim | 24 syn keyword gdbStatement contained actions apply attach awatch backtrace break bt call catch cd cle…
|
| H A D | fasm.vim | 31 syn keyword fasmInstr bswap bt btc btr bts call cbw cdq clc cld clflush cli clts
|
| H A D | d.vim | 411 syn keyword dAsmOpCode contained bt btc btr bts
|
| H A D | aml.vim | 53 syn keyword amlVtrCmd contained add al arcscan arrowlength arrowwidth as aw backtrack branch bt cj…
|
| H A D | redif.vim | 720 …o\|ai\|aq\|ag\|ar\|am\|aw\|au\|at\|az\|bs\|bh\|bd\|bb\|by\|be\|bz\|bj\|bm\|bt\|bo\|bq\|ba\|bw\|bv\…
|
| H A D | vim.vim | 39 …ntained ambiwidth ari autowriteall backupext belloff binary breakindentopt bt cd cin clipboard col…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | vimball.vim | 543 if a:0 == 0| setlocal noma bt=nofile fmr=[[[,]]] fdm=marker | endif 732 setlocal ei=all ve=all noacd nofen noic report=999 nohid bt= ma lz pm= ff=unix noswf 734 setlocal ei=all ve=all nofen noic report=999 nohid bt= ma lz pm= ff=unix noswf
|
| H A D | netrw.vim | 126 setl bt=nofile 1665 let {a:vt}netrw_btkeep = &l:bt 1738 call s:NetrwSetSafeSetting("&l:bt","nofile") 1740 call s:NetrwSetSafeSetting("&l:bt","acwrite") 1781 …fo.(exists("+acd")? " acd=".&acd : " acd doesn't exist")." bh=".&l:bh." bt<".&bt.">",'~'.expand("<… 2040 " call Decho("buf#".bufnr("%")."<".bufname("%")."> bl=".&bl." bt=".&bt." bh=".&bh,'~'.expand("<sln… 4304 setl nobl bt=nofile noswf 4306 setl nobl bt=nofile 5542 setl bh=delete bt=nofile 7986 setl bt=nofile [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 143 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis
|
| H A D | termcap | 38 :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
|
| H A D | optwin.vim | 1345 call <SID>OptionL("bt")
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textformat.vim | 1039 setlocal formatoptions=bt 1045 setlocal formatoptions=bt
|
| H A D | test_debugger.vim | 113 call RunDbgCmd(buf, 'bt', [
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | repeat.txt | 824 *>bt* 828 bt 859 >bt ~
|
| H A D | diff.txt | 179 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_
|
| H A D | usr_05.txt | 324 command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis
|
| H A D | quickref.txt | 636 'buftype' 'bt' special type of buffer
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.bar.utf-8 | 653 seghst glei, däß s Gwort vürherghöbt erscheint. 826 Anmörkung: Mechst de Tröffer niemer vürherghöbt seghn, gib ein: :nohlsearch
|
| H A D | tutor.bar | 653 seghst glei, d�� s Gwort v�rhergh�bt erscheint. 826 Anm�rkung: Mechst de Tr�ffer niemer v�rhergh�bt seghn, gib ein: :nohlsearch
|