Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c195 …*str, int len, char_u *fname, char_u **cptext, typval_T *user_data, int cdir, int flags, int adup);
600 int adup) // accept duplicate match in ins_compl_add() argument
616 if (compl_first_match != NULL && !adup) in ins_compl_add()