Home
last modified time | relevance | path

Searched refs:ExpandMappings (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmap.pro11 int ExpandMappings(regmatch_T *regmatch, int *num_file, char_u ***file);
/vim-8.2.3635/src/
H A Dmap.c1255 ExpandMappings( in ExpandMappings() function
H A Dcmdexpand.c2098 ret = ExpandMappings(&regmatch, num_file, file); in ExpandFromContext()