Lines Matching refs:complete
19 call complete(1, mth)
25 " has ended. After pressing <f5> to complete the currently typed char, Vim
253 eval ['source', 'soundfold']->complete(1)
258 call complete(1, ['source', 'soundfold'])
282 call complete(1, [{'word': 'foobar'}])
286 call complete(1, [{'word': 'foobar', 'equal': 1}])
436 call complete(1, ['January', 'February', 'March',
520 call complete(1, ['Hello', 'World'])
524 " complete() correctly clears the list of autocomplete candidates
569 call complete(1, g:months)
618 call complete(1, split("Oct Nov Dec"))
638 " Calling complete() after complete_add() in 'completefunc' is wrong, but it
976 call complete(1, ['aa', 'ab'])
1094 set complete=. completeopt=noinsert,noselect,menuone
1120 set complete& completeopt&