Home
last modified time | relevance | path

Searched refs:bd2 (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c1559 struct block_def bd2; in op_insert() local
1620 block_prep(oap, &bd2, oap->start.lnum, TRUE); in op_insert()
1621 if (!bd.is_MAX || bd2.textlen < bd.textlen) in op_insert()
1625 pre_textlen += bd2.textlen - bd.textlen; in op_insert()
1626 if (bd2.endspaces) in op_insert()
1627 --bd2.textlen; in op_insert()
1629 bd.textcol = bd2.textcol; in op_insert()
1630 bd.textlen = bd2.textlen; in op_insert()
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim992 let bd2 = getbufvar(bnr, '', def_num)
993 call assert_equal(bd, bd2)