Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h207 char_u *wo_fdi; member
208 # define w_p_fdi w_onebuf_opt.wo_fdi // 'foldignore'
H A Doption.c5668 to->wo_fdi = vim_strsave(from->wo_fdi); in copy_winopt()
5711 check_string_option(&wop->wo_fdi); in check_winopt()
5758 clear_string_option(&wop->wo_fdi); in clear_winopt()
H A Doptionstr.c2077 else if (gvarp == &curwin->w_allbuf_opt.wo_fdi) in did_set_string_option()