Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmisc2.c17 static int coladvance2(pos_T *pos, int addspaces, int finetune, colnr_T wcol);
57 int rc = coladvance2(&curwin->w_cursor, TRUE, FALSE, wcol); in coladvance_force()
118 return coladvance2(pos, FALSE, virtual_active(), wcol); in getvpos()
122 coladvance2( in coladvance2() function