Searched refs:ins_compl_add (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | insexpand.c | 195 static int ins_compl_add(char_u *str, int len, char_u *fname, char_u **cptext, typval_T *user_data,… 582 return ins_compl_add(str, len, fname, NULL, NULL, dir, flags, FALSE); in ins_compl_add_infercase() 592 ins_compl_add( in ins_compl_add() function 813 if ((add_r = ins_compl_add(matches[i], -1, NULL, NULL, NULL, dir, in ins_compl_add_matches() 2389 return ins_compl_add(word, -1, NULL, cptext, &user_data, dir, flags, dup); in ins_compl_add_tv() 2466 if (compl_orig_text == NULL || ins_compl_add(compl_orig_text, in set_completion() 4108 if (compl_orig_text == NULL || ins_compl_add(compl_orig_text, in ins_complete()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 32760 Solution: Clean up flags use of ins_compl_add() and cp_flags.
|