Searched refs:compl_enter_selects (Results 1 – 2 of 2) sorted by relevance
145 static int compl_enter_selects = FALSE; variable1507 compl_enter_selects = FALSE; in ins_compl_clear()1558 return compl_enter_selects; in ins_compl_enter_selects()1668 compl_enter_selects = !compl_used_match; in ins_compl_new_leader()1675 compl_enter_selects = FALSE; in ins_compl_new_leader()2096 if ((c == Ctrl_Y || (compl_enter_selects in ins_compl_prep()2127 compl_enter_selects = FALSE; in ins_compl_prep()2489 compl_enter_selects = compl_no_insert; in set_completion()3528 compl_enter_selects = TRUE; in ins_compl_next()3530 compl_enter_selects = !insert_match && compl_match_array != NULL; in ins_compl_next()
12386 Solution: Set compl_enter_selects. (Shougo Matsu, closes #875)