Home
last modified time | relevance | path

Searched refs:end_vcol (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c525 spaces = (oap->end_vcol - bdp->end_vcol) + 1; in block_insert()
1074 numc -= (oap->end_vcol - bd.end_vcol) + 1; in op_replace()
1177 int end_vcol = 0; in op_replace() local
2255 if (bdp->end_vcol > oap->end_vcol) // it's all in one character in block_prep()
2275 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
2282 while (bdp->end_vcol <= oap->end_vcol && *pend != NUL) in block_prep()
2289 if (bdp->end_vcol <= oap->end_vcol in block_prep()
2300 bdp->endspaces = oap->end_vcol - bdp->end_vcol in block_prep()
2305 else if (bdp->end_vcol > oap->end_vcol) in block_prep()
2307 bdp->endspaces = bdp->end_vcol - oap->end_vcol - 1; in block_prep()
[all …]
H A Dstructs.h3828 colnr_T end_vcol; // end col for block mode operator member
4342 colnr_T end_vcol; // start col of 1st char wholly after block member
H A Dregister.c1209 y_current->y_width = oap->end_vcol - oap->start_vcol; in op_yank()
/vim-8.2.3635/src/testdir/
H A Dtest_normal.vim2444 " Test g CTRL-g in visual mode (CTRL-V) with end_vcol being MAXCOL