Searched refs:end_vcol (Results 1 – 4 of 4) sorted by relevance
525 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() local2255 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 …]
3828 colnr_T end_vcol; // end col for block mode operator member4342 colnr_T end_vcol; // start col of 1st char wholly after block member
1209 y_current->y_width = oap->end_vcol - oap->start_vcol; in op_yank()
2444 " Test g CTRL-g in visual mode (CTRL-V) with end_vcol being MAXCOL