Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_getln.pro3 char_u *getcmdline(int firstc, long count, int indent, int do_concat);
/vim-8.2.3635/src/
H A DREADME.md155 When typing a `:`, `normal_cmd()` will call `getcmdline()` to obtain a line
156 with an Ex command. `getcmdline()` contains a loop that will handle each typed
H A Dex_getln.c1556 getcmdline( in getcmdline() function
2772 return getcmdline(c, 1L, indent, options); in getexline()
H A Dregister.c100 new_line = getcmdline('=', 0L, 0, TRUE); in get_expr_register()
H A Duserfunc.c725 theline = getcmdline(':', 0L, indent, getline_options); in get_function_body()
H A Dnormal.c4359 cap->searchbuf = getcmdline(cap->cmdchar, cap->count1, 0, TRUE); in nv_search()
H A Dex_docmd.c1476 line = getcmdline(c, 0L, indent, options); in get_loop_line()
/vim-8.2.3635/src/testdir/
H A Dtest_filter_cmd.vim67 let keystroke = "\<TAB>\<C-R>=execute('let cmdline = getcmdline()')\<CR>\<C-C>"
H A Dtest_cmdline.vim1073 " Tests for getcmdline(), getcmdpos() and getcmdtype()
1075 call assert_equal('MyCmd a', getcmdline())
1106 call assert_equal('', getcmdline())
1320 let cap = "\<c-r>=execute('let X=getcmdline()')\<cr>"
1879 cnoremap <Plug>(save-cmdline) <Cmd>let g:cmdlines += [getcmdline()]<CR>
1926 autocmd CmdlineChanged : let g:log += [getcmdline()]
H A Dtest_history.vim184 call add(g:pat, getcmdline())
H A Dtest_autocmd.vim1468 au! CmdlineChanged : let g:text = getcmdline()
/vim-8.2.3635/runtime/autoload/
H A Drust.vim272 let cmd = getcmdline() . a:text
/vim-8.2.3635/runtime/doc/
H A Dcmdline.txt220 Useful functions are |getcmdtype()|, |getcmdline()| and
230 :let cmd = getcmdline() . " Some()"
H A Deval.txt2672 getcmdline() String return the current command-line
5617 getcmdline() *getcmdline()*
5622 :cmap <F7> <C-\>eescape(getcmdline(), ' \')<CR>
5633 Also see |getcmdtype()|, |setcmdpos()| and |getcmdline()|.
5648 Also see |getcmdpos()|, |setcmdpos()| and |getcmdline()|.
H A Dusr_41.txt893 getcmdline() get the current command line
H A Dtodo.txt5008 - To allow "/" and "= need to recursively call getcmdline(), overwrite the
5012 getcmdline() into edit(). Need to solve conflicts between Insert mode
6131 - Should not call cursorcmd() for each vgetc() in getcmdline().
H A Dversion6.txt12852 Solution: Add getcmdline(), getcmdpos() and setcmdpos() functions and the
14279 Problem: Can't use getcmdline(), getcmdpos() or setcmdpos() with <C-R>=
14285 the end of getcmdline().
14329 Solution: Quit getcmdline() and do_exmode() when out of typeahead.
H A Dversion5.txt4964 getcmdline() correctly. It also sets the command line prompt.
6211 getcmdline().
H A Dtags7062 getcmdline() eval.txt /*getcmdline()*
H A Dversion8.txt15593 Also fix recursing into getcmdline() from the cmd window.
16537 Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested.
27518 Problem: The getcmdline() function is way too big.
28512 Problem: Can get the text of inputsecret() with getcmdline(). (Tommy Allen)
28527 Problem: Recursive use of getcmdline() still not protected.
H A Dversion7.txt2201 echoed anyway. Set terminal to raw mode in getcmdline().
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim81 … empty execute expandcmd filter floor foldlevel function getchangelist getcmdline getcursorcharpos…