Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmenu.c43 static int s_tearoffs = FALSE; variable
1000 if ((s_tearoffs) && (menu->children != NULL)) // there's a tear bar.. in remove_menu()
1021 if (s_tearoffs && menu->children != NULL) // there's a tear bar.. in remove_menu()
2167 s_tearoffs = enable; in gui_mch_toggle_tearoffs()