Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhighlight_defs.h93 HLF_TP, // tabpage line enumerator
150 [HLF_TP] = "TabLine",
H A Dscreen.c7171 int attr_nosel = HL_ATTR(HLF_TP); in draw_tabline()
7250 attr = win_hl_attr(cwp, HLF_TP); in draw_tabline()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1442 , HLF_TP // tabpage line enumerator
H A Dscreen.c4396 int attr_nosel = HL_ATTR(HLF_TP); in draw_tabline()