Searched refs:bd (Results 1 – 25 of 29) sorted by relevance
12
| /vim-8.2.3635/src/ |
| H A D | ops.c | 318 ws_vcol = bd.start_vcol - bd.pre_whitesp; in shift_block() 359 bd.textcol -= bd.pre_whitesp_c - (bd.startspaces != 0); in shift_block() 784 n = bd.textlen - bd.startspaces - bd.endspaces; in op_delete() 793 (size_t)(bd.startspaces + bd.endspaces)); in op_delete() 795 oldp += bd.textcol + bd.textlen; in op_delete() 796 STRMOVE(newp + bd.textcol + bd.startspaces + bd.endspaces, oldp); in op_delete() 1102 oldp += bd.textcol + bd.textlen; in op_replace() 1273 &ptr[bd.textcol], bd.textlen); in op_tilde() 1517 if (bd.is_short && !bd.is_MAX) in op_insert() 1525 bd.textlen += bd.endspaces; in op_insert() [all …]
|
| H A D | register.c | 1291 bd.textlen = 0; in op_yank() 1466 bd->endspaces = 0; in yank_copy_line() 1467 if ((pnew = alloc(bd->startspaces + bd->endspaces + bd->textlen + 1)) in yank_copy_line() 1473 mch_memmove(pnew, bd->textstart, (size_t)bd->textlen); in yank_copy_line() 1479 int s = bd->textlen + bd->endspaces; in yank_copy_line() 1483 s = s - (*mb_head_off)(bd->textstart, bd->textstart + s - 1) - 1; in yank_copy_line() 1822 bd.textcol = 0; in do_put() 1859 bd.startspaces = incr - bd.endspaces; in do_put() 1860 --bd.textcol; in do_put() 1863 bd.textcol -= (*mb_head_off)(oldp, oldp + bd.textcol); in do_put() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_bufline.vim | 16 exe "bd!" b 100 exe "bd!" b 175 exe "bd!" b
|
| H A D | test_command_count.vim | 73 blast|bd
|
| H A D | test_taglist.vim | 110 bd
|
| H A D | test_functions.vim | 987 let bd = getbufvar(bnr, '') 988 call assert_equal('1234', bd['var_num']) 989 call assert_true(exists("bd['changedtick']")) 990 call assert_equal(2, len(bd)) 993 call assert_equal(bd, bd2) 999 let bd = getbufvar(bnr, '') 1000 call assert_equal(1, len(bd)) 1001 let bd = getbufvar(bnr, '',def_num) 1002 call assert_equal(1, len(bd))
|
| H A D | test_syntax.vim | 139 bd 177 bd
|
| H A D | test_window_cmd.vim | 961 only | bd
|
| H A D | test_normal.vim | 470 exe "bd!" g:bufnr 475 exe "bd!" g:bufnr
|
| H A D | test_mapping.vim | 1269 call feedkeys("\"bd\<F7>", 'xt')
|
| H A D | test_edit.vim | 2011 call feedkeys(":term\<CR>\<C-W>N:bd!\<CR>", 'tnix')
|
| H A D | test_signs.vim | 362 exe 'bd ' . bufnr
|
| H A D | test_autocmd.vim | 10 execute 'bd! ' . bnr
|
| H A D | test_popupwin.vim | 3989 %bd
|
| H A D | test_quickfix.vim | 1395 bd
|
| H A D | test_vim9_builtin.vim | 3035 exe "bd!" b
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | eterm.vim | 50 syn keyword etermColorType contained bd ul 56 syn keyword etermColorNumber contained bd ul nextgroup=etermColorSpec
|
| H A D | redif.vim | 720 …a\|af\|ax\|al\|dz\|as\|ad\|ao\|ai\|aq\|ag\|ar\|am\|aw\|au\|at\|az\|bs\|bh\|bd\|bb\|by\|be\|bz\|bj\…
|
| H A D | vim.vim | 25 syn keyword vimCommand contained abo[veleft] argdo au bd[elete] bo[tright] breakl[ist] cN[ext] cad[…
|
| /vim-8.2.3635/runtime/spell/nl/ |
| H A D | nl_NL.diff | 115 - REP bd b.d.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 1132 :[N]bd[elete][!] *:bd* *:bdel* *:bdelete* *E516* 1133 :bd[elete][!] [N]
|
| H A D | index.txt | 1184 |:bdelete| :bd[elete] remove a buffer from the buffer list
|
| H A D | tags | 2152 :bd windows.txt /*:bd*
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 2206 keepj bd! 2270 call s:SaveBufVars()|keepj bd!|call s:RestoreBufVars() 2363 keepj bd! 2590 …" formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaro… 2636 …" formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaro… 2726 …" formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaro… 2772 …" formerly just a "new...bd!", that changed the window sizes when equalalways. Using enew workaro… 9008 " call Decho("bd bufnr(".a:dirname.")=".bn,'~'.expand("<slnum>")) 9009 exe "sil keepj bd ".bn 10889 exe "sil! keepj bd ".fnameescape(ibuf) [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 752 exe 'an ' . g:bmenu_priority . ".4 &Buffers.&Delete :confirm bd<CR>"
|
12