Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dstructs.h213 char_u *wo_fdm; member
214 # define w_p_fdm w_onebuf_opt.wo_fdm // 'foldmethod'
H A Doption.c5672 to->wo_fdm = vim_strsave(from->wo_fdm); in copy_winopt()
5712 check_string_option(&wop->wo_fdm); in check_winopt()
5759 clear_string_option(&wop->wo_fdm); in clear_winopt()
H A Doptionstr.c2027 else if (gvarp == &curwin->w_allbuf_opt.wo_fdm) in did_set_string_option()