Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c498 wp->w_valid_leftcol = wp->w_leftcol; in check_cursor_moved()
501 || wp->w_leftcol != wp->w_valid_leftcol in check_cursor_moved()
506 wp->w_valid_leftcol = wp->w_leftcol; in check_cursor_moved()
1213 curwin->w_valid_leftcol = curwin->w_leftcol; in curs_columns()
H A Dstructs.h3579 colnr_T w_valid_leftcol; // last known w_leftcol member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt40400 Solution: Set w_valid_leftcol. (closes #5214, closes #5224)