Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhighlight_defs.h61 HLF_L, // last search string enumerator
118 [HLF_L] = "Search",
H A Dscreen.c6036 search_hl.attr = win_hl_attr(wp, HLF_L); in init_search_hl()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1408 , HLF_L // last search string enumerator
H A Dscreen.c1759 screen_search_hl.attr = HL_ATTR(HLF_L); in start_search_hl()
H A Dex_cmds.c5204 msg_putchar_attr(*p, HL_ATTR(HLF_L)); in ex_smile()