Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/src/
H A Dops.c318 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 Dregister.c1291 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 Dtest_bufline.vim16 exe "bd!" b
100 exe "bd!" b
175 exe "bd!" b
H A Dtest_command_count.vim73 blast|bd
H A Dtest_taglist.vim110 bd
H A Dtest_functions.vim987 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 Dtest_syntax.vim139 bd
177 bd
H A Dtest_window_cmd.vim961 only | bd
H A Dtest_normal.vim470 exe "bd!" g:bufnr
475 exe "bd!" g:bufnr
H A Dtest_mapping.vim1269 call feedkeys("\"bd\<F7>", 'xt')
H A Dtest_edit.vim2011 call feedkeys(":term\<CR>\<C-W>N:bd!\<CR>", 'tnix')
H A Dtest_signs.vim362 exe 'bd ' . bufnr
H A Dtest_autocmd.vim10 execute 'bd! ' . bnr
H A Dtest_popupwin.vim3989 %bd
H A Dtest_quickfix.vim1395 bd
H A Dtest_vim9_builtin.vim3035 exe "bd!" b
/vim-8.2.3635/runtime/syntax/
H A Determ.vim50 syn keyword etermColorType contained bd ul
56 syn keyword etermColorNumber contained bd ul nextgroup=etermColorSpec
H A Dredif.vim720 …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 Dvim.vim25 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 Dnl_NL.diff115 - REP bd b.d.
/vim-8.2.3635/runtime/doc/
H A Dwindows.txt1132 :[N]bd[elete][!] *:bd* *:bdel* *:bdelete* *E516*
1133 :bd[elete][!] [N]
H A Dindex.txt1184 |:bdelete| :bd[elete] remove a buffer from the buffer list
H A Dtags2152 :bd windows.txt /*:bd*
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim2206 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 Dmenu.vim752 exe 'an ' . g:bmenu_priority . ".4 &Buffers.&Delete :confirm bd<CR>"

12