Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmark.c1200 if (col_amount < 0 && posp->col <= (colnr_T)-col_amount) \
1203 posp->col = col_amount + spaces_removed; \
1205 posp->col += col_amount; \
1221 long col_amount, in mark_col_adjust() argument
1229 if ((col_amount == 0L && lnum_amount == 0L) in mark_col_adjust()
/vim-8.2.3635/src/proto/
H A Dmark.pro23 void mark_col_adjust(linenr_T lnum, colnr_T mincol, long lnum_amount, long col_amount, int spaces_r…