Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmap.pro19 char_u *check_map(char_u *keys, int mode, int exact, int ign_mod, int abbr, mapblock_T **mp_ptr, in…
/vim-8.2.3635/src/
H A Dmap.c2123 int ign_mod, // ignore preceding modifier in check_map() argument
2165 if (ign_mod && s[0] == K_SPECIAL && s[1] == KS_MODIFIER in check_map()