Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnormal.c2539 int col_off2; // margin offset for wrapped screen line in nv_screengo() local
2547 col_off2 = col_off1 - curwin_col_off2(); in nv_screengo()
2549 width2 = curwin->w_width - col_off2; in nv_screengo()