Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h285 #define GO_GREY 'g' // use grey menu items macro
H A Dgui.c3483 grey_old = (vim_strchr(oldval, GO_GREY) != NULL); in gui_init_which_components()
3484 grey_new = (vim_strchr(p_go, GO_GREY) != NULL); in gui_init_which_components()
3528 case GO_GREY: in gui_init_which_components()
H A Dmenu.c2084 if (vim_strchr(p_go, GO_GREY) != NULL || menu->parent == NULL in gui_update_menus_recurse()