Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer_defs.h256 #define w_p_winhl w_onebuf_opt.wo_winhl // 'winhighlight' macro
H A Doption.c3103 } else if (varp == &curwin->w_p_winhl) { in did_set_string_option()
3780 const char *p = (const char *)wp->w_p_winhl; in parse_winhl_opt()
5985 return (char_u *)&(curwin->w_p_winhl); in get_varp()
H A Dwindow.c677 char_u *old = wp->w_p_winhl; in win_set_minimal_style()
678 wp->w_p_winhl = ((*old == NUL) in win_set_minimal_style()