Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.c1327 int col_off = FALSE; in gui_update_cursor() local
1356 col_off = TRUE; in gui_update_cursor()
1363 if (col_off) in gui_update_cursor()
H A Dnormal.c6143 int col_off = curwin_col_off(); in nv_g_cmd() local
6152 int width1 = curwin->w_width - col_off; in nv_g_cmd()
6186 i = curwin->w_leftcol + curwin->w_width - col_off - 1; in nv_g_cmd()
6196 if (vcol >= curwin->w_leftcol + curwin->w_width - col_off) in nv_g_cmd()