Lines Matching refs:complete
67 " use CTRL-X CTRL-F to complete Xtest11.one, remove it and then use CTRL-X
388 com! -nargs=1 -complete=command GetInput let input = <q-args>
403 com! -nargs=1 -complete=var GetInput let input = <q-args>
436 com! -nargs=1 -complete=custom,<SID>ComplInCmdwin_GlobalCompletion
438 com! -buffer -nargs=1 -complete=custom,<SID>ComplInCmdwin_LocalCompletion
442 com! -nargs=1 -complete=customlist,<SID>ComplInCmdwin_GlobalCompletionList
444 com! -buffer -nargs=1 -complete=customlist,<SID>ComplInCmdwin_LocalCompletionList
645 " Jump to a different window from the complete function
681 " Test for errors in using complete() function
683 call assert_fails('call complete(1, ["a"])', 'E785:')
685 call complete(col('.'), "blue")
689 call complete(col('.'), test_null_list())
700 " complete words from another buffer
704 setlocal complete=w
708 " complete words from the current buffer
709 setlocal complete=.
748 setlocal complete=.