Home
last modified time | relevance | path

Searched refs:cmdline (Results 1 – 25 of 45) sorted by relevance

12

/vim-8.2.3635/runtime/doc/
H A Dtags5888 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 Dcmdline.txt16 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 DMakefile21 cmdline.txt \
166 cmdline.html \
H A Dvarious.txt110 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 Dusr_20.txt283 More about all of this here: |cmdline-completion|
296 input() function. |cmdline-history|
H A Dhelp.txt128 |cmdline.txt| Command-line editing
H A Dvi_diff.txt22 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 Dchange.txt92 (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 Ddebugger.c52 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 Ddigraph.c1858 int cmdline) // TRUE when called from the cmdline in get_digraph() argument
1871 if (cmdline) in get_digraph()
H A Dif_cscope.c35 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 Duserfunc.c1099 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 Dsign.c1293 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 Dtest_filter_cmd.vim67 let keystroke = "\<TAB>\<C-R>=execute('let cmdline = getcmdline()')\<CR>\<C-C>"
68 let cmdline = ''
70 return cmdline
H A Dtest_cmdline.vim390 " 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 Dtest_mapping.vim966 " 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 Dtest_menu.vim86 cmenu 2 Test.FooBar :let g:did_menu = 'cmdline'<CR>
104 call assert_equal('cmdline', g:did_menu)
H A Dtest_window_cmd.vim630 let cmdline = join(cmdlinechars, '')
631 let cmdline_ltrim = substitute(cmdline, '^\s*', "", "")
H A Dtest_arglist.vim568 " Test for ":all" not working when in the cmdline window
H A Dtest_digraph.vim472 " Canceling a CTRL-K on the cmdline
H A Dtest_gui.vim1251 " the low level input buffer. So need to use a cmdline map and feedkeys()
/vim-8.2.3635/runtime/
H A Dmswin.vim72 " 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 Ddigraph.pro4 int get_digraph(int cmdline);
H A Dex_docmd.pro4 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 Dbtm.vim126 syn keyword btmSpecialVar contained cmdline colordir comspec

12