Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h283 #define GO_TABLINE 'e' // may show tabline macro
H A Dgui.c3702 return gui.in_use && vim_strchr(p_go, GO_TABLINE) != NULL; in gui_use_tabline()