Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dsyntax.h21 #define HL_EXCLUDENL 0x800 // exclude NL from match macro
H A Dsyntax.c3692 { HL_EXCLUDENL, "excludenl" }, in syn_list_one()
4169 { "eExXcClLuUdDeEnNlL", 0, HL_EXCLUDENL }, in get_syn_options()
4544 if (vim_regcomp_had_eol() && !(syn_opt_arg.flags & HL_EXCLUDENL)) { in syn_cmd_match()
4738 && !(syn_opt_arg.flags & HL_EXCLUDENL)) { in syn_cmd_region()
/dports/editors/vim/vim-8.2.3745/src/
H A Dsyntax.c4003 {HL_EXCLUDENL, "excludenl"}, in syn_list_one()
4540 {"eExXcClLuUdDeEnNlL", 0, HL_EXCLUDENL}, in get_syn_options()
4970 if (vim_regcomp_had_eol() && !(syn_opt_arg.flags & HL_EXCLUDENL)) in syn_cmd_match()
5195 && !(syn_opt_arg.flags & HL_EXCLUDENL)) in syn_cmd_region()
H A Dvim.h898 # define HL_EXCLUDENL 0x800 // exclude NL from match macro