Searched refs:getcmdline (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_getln.pro | 3 char_u *getcmdline(int firstc, long count, int indent, int do_concat);
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 155 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 D | ex_getln.c | 1556 getcmdline( in getcmdline() function 2772 return getcmdline(c, 1L, indent, options); in getexline()
|
| H A D | register.c | 100 new_line = getcmdline('=', 0L, 0, TRUE); in get_expr_register()
|
| H A D | userfunc.c | 725 theline = getcmdline(':', 0L, indent, getline_options); in get_function_body()
|
| H A D | normal.c | 4359 cap->searchbuf = getcmdline(cap->cmdchar, cap->count1, 0, TRUE); in nv_search()
|
| H A D | ex_docmd.c | 1476 line = getcmdline(c, 0L, indent, options); in get_loop_line()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filter_cmd.vim | 67 let keystroke = "\<TAB>\<C-R>=execute('let cmdline = getcmdline()')\<CR>\<C-C>"
|
| H A D | test_cmdline.vim | 1073 " 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 D | test_history.vim | 184 call add(g:pat, getcmdline())
|
| H A D | test_autocmd.vim | 1468 au! CmdlineChanged : let g:text = getcmdline()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rust.vim | 272 let cmd = getcmdline() . a:text
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | cmdline.txt | 220 Useful functions are |getcmdtype()|, |getcmdline()| and 230 :let cmd = getcmdline() . " Some()"
|
| H A D | eval.txt | 2672 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 D | usr_41.txt | 893 getcmdline() get the current command line
|
| H A D | todo.txt | 5008 - 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 D | version6.txt | 12852 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 D | version5.txt | 4964 getcmdline() correctly. It also sets the command line prompt. 6211 getcmdline().
|
| H A D | tags | 7062 getcmdline() eval.txt /*getcmdline()*
|
| H A D | version8.txt | 15593 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 D | version7.txt | 2201 echoed anyway. Set terminal to raw mode in getcmdline().
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 81 … empty execute expandcmd filter floor foldlevel function getchangelist getcmdline getcursorcharpos…
|