Searched refs:wcol (Results 1 – 5 of 5) sorted by relevance
59 if (wcol == MAXCOL) in coladvance_force()65 curwin->w_virtcol = wcol; in coladvance_force()96 coladvance(colnr_T wcol) in coladvance() argument106 curwin->w_virtcol = wcol; in coladvance()145 if (wcol >= MAXCOL) in coladvance2()148 col = wcol; in coladvance2()213 && wcol >= 0 in coladvance2()214 && ((col != wcol && col != wcol + 1) || csize > 1)) in coladvance2()240 col = wcol; in coladvance2()286 if (wcol == MAXCOL) in coladvance2()[all …]
1102 int wcol = curwin->w_wcol; in pum_may_redraw() local1111 curwin->w_wcol = wcol; in pum_may_redraw()
95 int wcol = curwin->w_wcol; in conceal_check_cursor_line() local105 curwin->w_wcol = wcol; in conceal_check_cursor_line()
4 int coladvance_force(colnr_T wcol);6 int coladvance(colnr_T wcol);7 int getvpos(pos_T *pos, colnr_T wcol);
311 syn match foxproFunc "\<wcol\%[s]\>\s*("me=e-1