Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c4207 static char_u match_ref[81]; in ins_complete() local
4210 vim_snprintf((char *)match_ref, sizeof(match_ref), in ins_complete()
4214 vim_snprintf((char *)match_ref, sizeof(match_ref), in ins_complete()
4217 edit_submode_extra = match_ref; in ins_complete()