| /vim-8.2.3635/runtime/doc/ |
| H A D | tags | 5888 cmdline-changed version5.txt /*cmdline-changed* 5889 cmdline-completion cmdline.txt /*cmdline-completion* 5890 cmdline-editing cmdline.txt /*cmdline-editing* 5891 cmdline-history cmdline.txt /*cmdline-history* 5892 cmdline-lines cmdline.txt /*cmdline-lines* 5893 cmdline-ranges cmdline.txt /*cmdline-ranges* 5894 cmdline-special cmdline.txt /*cmdline-special* 5895 cmdline-too-long cmdline.txt /*cmdline-too-long* 5896 cmdline-window cmdline.txt /*cmdline-window* 5897 cmdline.txt cmdline.txt /*cmdline.txt* [all …]
|
| H A D | cmdline.txt | 16 1. Command-line editing |cmdline-editing| 17 2. Command-line completion |cmdline-completion| 18 3. Ex command-lines |cmdline-lines| 19 4. Ex command-line ranges |cmdline-ranges| 21 6. Ex special characters |cmdline-special| 22 7. Command-line window |cmdline-window| 25 1. Command-line editing *cmdline-editing* 41 *cmdline-too-long* 46 *cmdline-history* *history* 71 |cmdline-completion|. [all …]
|
| H A D | Makefile | 21 cmdline.txt \ 166 cmdline.html \
|
| H A D | various.txt | 110 current line |cmdline-ranges|). 352 T *+cmdline_compl* command line completion |cmdline-completion| 353 T *+cmdline_hist* command line history |cmdline-history| 355 S *+cmdwin* |cmdline-window| support
|
| H A D | usr_20.txt | 283 More about all of this here: |cmdline-completion| 296 input() function. |cmdline-history|
|
| H A D | help.txt | 128 |cmdline.txt| Command-line editing
|
| H A D | vi_diff.txt | 22 7. Command-line arguments |cmdline-arguments| 284 Command-line editing and history. |cmdline-editing| 296 |cmdline-history| 302 Command-line completion. |cmdline-completion| 1125 7. Command-line arguments *cmdline-arguments*
|
| H A D | change.txt | 92 (default: current line |cmdline-ranges|) [into 140 current line |cmdline-ranges|). Same as "J", except 500 with [range] (default current line |cmdline-ranges|). 513 with [range] (default current line |cmdline-ranges|). 636 |cmdline-ranges|. 1073 in [range] (default: current line |cmdline-ranges|),
|
| /vim-8.2.3635/src/ |
| H A D | debugger.c | 52 char_u *cmdline = NULL; in do_debug() local 138 vim_free(cmdline); in do_debug() 139 cmdline = getcmdline_prompt('>', NULL, 0, EXPAND_NOTHING, NULL); in do_debug() 150 if (cmdline != NULL) in do_debug() 155 p = skipwhite(cmdline); in do_debug() 278 (void)do_cmdline(cmdline, getexline, NULL, in do_debug() 284 vim_free(cmdline); in do_debug()
|
| H A D | digraph.c | 1858 int cmdline) // TRUE when called from the cmdline in get_digraph() argument 1871 if (cmdline) in get_digraph()
|
| H A D | if_cscope.c | 35 static int cs_find_common(char *opt, char *pat, int, int, int, char_u *cmdline); 1057 char_u *cmdline UNUSED) in cs_find_common() 1188 *qfpos == '-', cmdline, NULL) > 0) in cs_find_common()
|
| H A D | userfunc.c | 1099 char_u *cmdline = NULL; in lambda_function_body() local 1116 eap.cmdlinep = &cmdline; in lambda_function_body() 1129 vim_free(cmdline); in lambda_function_body() 1164 if (cmdline != NULL) in lambda_function_body() 1166 last = cmdline; in lambda_function_body() 1178 if (cmdline != NULL) in lambda_function_body() 1188 ((char_u **)(tfgap->ga_data))[tfgap->ga_len++] = cmdline; in lambda_function_body()
|
| H A D | sign.c | 1293 sign_define_cmd(char_u *sign_name, char_u *cmdline) in sign_define_cmd() argument 1296 char_u *p = cmdline; in sign_define_cmd()
|
| /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>" 68 let cmdline = '' 70 return cmdline
|
| H A D | test_cmdline.vim | 390 " using cmdline completion must not change the result 413 let l = getcompletion('cd ', 'cmdline') 415 let l = getcompletion('cd NoMatch', 'cmdline') 417 let l = getcompletion('let v:n', 'cmdline') 419 let l = getcompletion('let v:notexists', 'cmdline') 421 let l = getcompletion('call tag', 'cmdline') 423 let l = getcompletion('call paint', 'cmdline') 430 let l = getcompletion('MyCmd ', 'cmdline') 1418 " Test for expanding special keywords in cmdline 1501 " Test for cmdline expansion with :! [all …]
|
| H A D | test_mapping.vim | 966 " cmdline mode 984 " invoke cmdline mode recursively 1336 " Test for <Cmd> mapping in cmdline mode 1347 " exception doesn't leave cmdline mode 1351 " move cursor in the buffer from cmdline mode 1356 " :startinsert takes effect after leaving cmdline mode
|
| H A D | test_menu.vim | 86 cmenu 2 Test.FooBar :let g:did_menu = 'cmdline'<CR> 104 call assert_equal('cmdline', g:did_menu)
|
| H A D | test_window_cmd.vim | 630 let cmdline = join(cmdlinechars, '') 631 let cmdline_ltrim = substitute(cmdline, '^\s*', "", "")
|
| H A D | test_arglist.vim | 568 " Test for ":all" not working when in the cmdline window
|
| H A D | test_digraph.vim | 472 " Canceling a CTRL-K on the cmdline
|
| H A D | test_gui.vim | 1251 " the low level input buffer. So need to use a cmdline map and feedkeys()
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 72 " CTRL-Z is Undo; not in cmdline though 76 " CTRL-Y is Redo (although not repeat); not in cmdline though
|
| /vim-8.2.3635/src/proto/ |
| H A D | digraph.pro | 4 int get_digraph(int cmdline);
|
| H A D | ex_docmd.pro | 4 int do_cmdline(char_u *cmdline, char_u *(*fgetline)(int, void *, int, getline_opt_T), void *cookie,…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | btm.vim | 126 syn keyword btmSpecialVar contained cmdline colordir comspec
|