Searched refs:lastcol (Results 1 – 3 of 3) sorted by relevance
36 let lastcol = strlen(line)49 let group = synIDattr(synID(lnum,lastcol,1),'name')
27 let lastcol = strlen(line)
646 long lastcol; in leftcol_changed() local652 lastcol = curwin->w_leftcol + curwin->w_width - curwin_col_off() - 1; in leftcol_changed()659 if (curwin->w_virtcol > (colnr_T)(lastcol - siso)) in leftcol_changed()662 coladvance((colnr_T)(lastcol - siso)); in leftcol_changed()676 if (e > (colnr_T)lastcol) in leftcol_changed()