Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 166) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/
H A Dtest_usercommands.vim280 com! -complete=file DoCmd :
283 com! -nargs=0 -complete=file DoCmd :
288 com! -complete=file DoCmd :
294 com! -nargs=0 -complete=file DoCmd :
361 com! -nargs=1 -complete=behave DoCmd :
380 com! -nargs=? -complete=custom, DoCmd
384 com! -nargs=? -complete=custom,min DoCmd
519 command! -nargs=1 -complete=arglist DoCmd :
523 command! -nargs=* -complete=augroup DoCmd :
609 command -nargs=* -complete=customlist,T1 TCmd1
[all …]
H A Dtest_ins_complete_no_halt.vim4 set complete+=kspell
27 …call feedkeys("iauto-complete-halt-test test test test test test test test test test test test tes…
28 …call assert_equal(["auto-complete-halt-test test test test test test test test test test test test…
47 …call feedkeys("iauto-complete-halt-test test test test test test test test test test test test tes…
48 …call assert_equal(["auto-complete-halt-test test test test test test test test test test test test…
H A Dtest_ins_complete.vim403 com! -nargs=1 -complete=var GetInput let input = <q-args>
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=.
[all …]
H A Dtest_wordcount.vim72 " Test 9: visual mode, complete buffer
76 " start visual mode and select the complete buffer
85 " start visual mode and select the complete buffer
94 " start visual mode and select the complete buffer
H A Dtest_popup.vim19 call complete(1, mth)
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'])
569 call complete(1, g:months)
618 call complete(1, split("Oct Nov Dec"))
976 call complete(1, ['aa', 'ab'])
[all …]
H A Dtest_utf8.vim48 command -nargs=1 -complete=customlist,CustomComplete1 Test1 echo
52 command -nargs=1 -complete=customlist,CustomComplete2 Test2 echo
56 command -nargs=1 -complete=customlist,CustomComplete3 Test3 echo
H A Dtest_function_lists.vim55 " Verify that the ":help functions" list is complete and in ASCII order.
80 " Verify that the ":help function-list" list is complete.
H A Dtest_edit.vim184 call complete(col('.')-1, ['January', 'February', 'March',
655 set complete=.
674 set complete=
678 set complete&
713 set complete=.
727 set noignorecase noinfercase complete&
831 " CTRL-X CTRL-T (thesaurus complete)
863 " Using <c-p> <c-n> when 'complete' is empty
864 set complete=
875 set complete&
[all …]
H A Dtest_display.vim110 " Need a physical line that wraps over the complete
142 " the complete line should be displayed in the window
/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim265 \ complete
268 \ menu-complete
269 \ menu-complete-backward
301 \ vi-complete
359 \ complete-filename
361 \ complete-username
363 \ complete-variable
365 \ complete-hostname
367 \ complete-command
371 \ complete-into-braces
[all …]
H A Dtcsh.vim46 …roup=tcshStatementEnd alloc bg break breaksw builtins bye case cd chdir complete continue default …
53 …kslash_quote catalog cdpath cdtohome color colorcat command compat_expr complete continue continue…
88 \ change-till-end-of-line clear-screen complete-word
89 \ complete-word-fwd complete-word-back complete-word-raw
110 \ vi-chg-meta vi-chg-to-eol vi-cmd-mode vi-cmd-mode-complete
H A Djgraph.vim5 " this syntax file is not yet complete
/vim-8.2.3635/runtime/lang/
H A Dmenu_zh_tw.utf-8.vim17 " {{{ Help menu: complete
33 " {{{ File menu: complete
121 " {{{ Tools menu: complete
195 " {{{ Buffers menu: complete
207 " {{{ Window menu: complete
236 " {{{ The popup menu: complete
251 " {{{ The GUI toolbar: complete
H A Dmenu_chinese_taiwan.950.vim16 " {{{ Help menu: complete
32 " {{{ File menu: complete
120 " {{{ Tools menu: complete
194 " {{{ Buffers menu: complete
206 " {{{ Window menu: complete
235 " {{{ The popup menu: complete
250 " {{{ The GUI toolbar: complete
/vim-8.2.3635/runtime/doc/
H A Dmap.txt1440 *:command-complete*
1447 -complete=buffer buffer names
1449 -complete=color color schemes
1451 -complete=compiler compilers
1453 -complete=dir directory names
1461 -complete=help help subjects
1467 -complete=menu menus
1469 -complete=option options
1475 -complete=tag tags
1477 -complete=user user names
[all …]
H A Dinsert.txt641 13. keywords in 'complete' |i_CTRL-N| |i_CTRL-P|
1009 example |complete-functions|.
1142 |complete()|.
1153 *complete-items*
1193 *complete-popup*
1214 *complete-popuphidden*
1234 < *complete-item-kind*
1392 if (can complete)
1461 - complete names of entities
1749 - inside of a tag complete proper attributes
[all …]
H A Dft_ada.txt49 for a complete list.
93 complete function will automatically detect which tool was used to create the
138 The Ada parser for Exuberant Ctags is fairly new - don't expect complete
333 (|compl-omni|). Note: You can always complete then with user
440 omni completion. See |complete-items| for details.
H A Dusr_24.txt122 Vim can automatically complete words on insertion. You type the first part of
133 At this point, you tell Vim to complete the word using the command CTRL-P.
156 The Vim editor goes through a lot of effort to find words to complete. By
169 You can customize the search order with the 'complete' option.
182 If you know what you are looking for, you can use these commands to complete
252 quite different from using CTRL-P, which would complete any word, while only
/vim-8.2.3635/runtime/plugin/
H A DvimballPlugin.vim25 com! -range -complete=file -nargs=+ -bang MkVimball call vimball#MkVimball(<line1>,<line2>,<bang…
26 com! -nargs=? -complete=dir UseVimball call vimball#Vimball(1,<f-args>)
28 com! -nargs=* -complete=dir RmVimball call vimball#SaveSettings()|call vimball#RmVimball(<f-a…
H A DnetrwPlugin.vim65 com! -nargs=* -bar -bang -count=0 -complete=dir Explore call netrw#Explore(<count>,0,0+<bang>0,<q-…
66 com! -nargs=* -bar -bang -count=0 -complete=dir Sexplore call netrw#Explore(<count>,1,0+<bang>0,<q-…
67 com! -nargs=* -bar -bang -count=0 -complete=dir Hexplore call netrw#Explore(<count>,1,2+<bang>0,<q-…
68 com! -nargs=* -bar -bang -count=0 -complete=dir Vexplore call netrw#Explore(<count>,1,4+<bang>0,<q-…
69 com! -nargs=* -bar -count=0 -complete=dir Texplore call netrw#Explore(<count>,0,6 ,<q-…
72 com! -nargs=* -bar -bang -count=0 -complete=dir Lexplore call netrw#Lexplore(<count>,<bang>0,<q-arg…
/vim-8.2.3635/src/xdiff/
H A Dxutils.c161 int complete = s && l[s-1] == '\n'; in ends_with_optional_cr() local
163 if (complete) in ends_with_optional_cr()
168 if (complete && s == i + 1 && l[i] == '\r') in ends_with_optional_cr()
/vim-8.2.3635/runtime/ftplugin/
H A Dgitcommit.vim29 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffc…
63 …command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiff…
H A Drust.vim117 command! -nargs=* -complete=file -bang -buffer RustRun call rust#Run(<bang>0, <q-args>)
120 command! -nargs=* -complete=customlist,rust#CompleteExpand -bang -buffer RustExpand call rust#Expan…
/vim-8.2.3635/runtime/indent/testdir/
H A Dtcl.in18 puts "Move indent back after line continuation is complete"
H A Dtcl.ok18 puts "Move indent back after line continuation is complete"

1234567