Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c2428 wp->w_lines[idx].wl_folded = TRUE; in win_update()
2469 wp->w_lines[idx].wl_folded = FALSE; in win_update()
H A Dstructs.h3263 char wl_folded; // TRUE when this is a range of folded lines member
H A Dmove.c796 wp->w_cline_folded = wp->w_lines[i].wl_folded; in curs_rows()
H A Dfold.c180 had_folded = win->w_lines[x].wl_folded; in hasFoldingWin()