Searched refs:tcol (Results 1 – 1 of 1) sorted by relevance
2550 colnr_T tcol; in win_line() local2553 getvcol(curwin, &(wp->w_cursor), &tcol, NULL, NULL); in win_line()2555 tcol = preedit_end_col; in win_line()2556 if ((long)preedit_start_col <= vcol && vcol < (long)tcol) in win_line()