Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c3339 int insert_match, // Insert the newly selected match in ins_compl_next() argument
3381 if (allow_get_expansion && insert_match in ins_compl_next()
3486 else if (insert_match) in ins_compl_next()
3530 compl_enter_selects = !insert_match && compl_match_array != NULL; in ins_compl_next()
3710 int insert_match; in ins_complete() local
3717 insert_match = ins_compl_use_match(c); in ins_complete()
4125 else if (insert_match && stop_arrow() == FAIL) in ins_complete()
4134 n = ins_compl_next(TRUE, ins_compl_key2count(c), insert_match, FALSE); in ins_complete()