Home
last modified time | relevance | path

Searched refs:prompt (Results 1 – 25 of 151) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/
H A Dtest_prompt_buffer.vim1 " Tests for setting 'buftype' to "prompt"
27 \ ' " Add the output above the current prompt.',
36 \ ' " Add the output above the current prompt.',
45 \ 'set buftype=prompt',
111 set buftype=prompt
130 set buftype=prompt
136 " Test for editing the prompt buffer
139 set buftype=prompt
155 " pressing CTRL-W in the prompt buffer should trigger the window commands
170 set buftype=prompt
[all …]
H A Dtest_suspend.vim25 " Wait for shell prompt.
41 " Suspend and wait for shell prompt.
50 " Wait for shell prompt.
56 " Wait until Vim actually exited and shell shows a prompt
69 " Wait for shell prompt.
88 " Suspend and wait for shell prompt. Then "fg" will restore Vim.
100 " Wait until Vim actually exited and shell shows a prompt
H A Dtest_substitute.vim54 \ { 'cmd': ':s/t/r/cg', 'exp': 'Tesring srring', 'prompt': 'a' },
55 \ { 'cmd': ':s/t/r/ci', 'exp': 'resting string', 'prompt': 'y' },
56 \ { 'cmd': ':s/t/r/cI', 'exp': 'Tesring string', 'prompt': 'y' },
57 \ { 'cmd': ':s/t/r/c', 'exp': 'Testing string', 'prompt': 'n' },
59 \ { 'cmd': ':s/t/r/cp', 'exp': 'Tesring string', 'prompt': 'y' },
60 \ { 'cmd': ':s/t/r/cl', 'exp': 'Tesring string', 'prompt': 'y' },
61 \ { 'cmd': ':s/t/r/gc', 'exp': 'Tesring srring', 'prompt': 'a' },
62 \ { 'cmd': ':s/i/I/gc', 'exp': 'TestIng string', 'prompt': 'l' },
71 \ { 'cmd': ':s/t/r/ic', 'exp': 'resting string', 'prompt': 'y' },
78 \ { 'cmd': ':s/t/r/Ic', 'exp': 'Tesring string', 'prompt': 'y' },
[all …]
H A Dtest_messages.vim173 " Test more-prompt (see :help more-prompt).
240 " space should end the more prompt.
262 " Execute a : command from the more prompt
H A Dtest_filechanged.vim112 " delete buffer, only shows an error, no prompt
137 " Only time changed, no prompt
H A Dtest_terminal.vim89 " Wait for the shell to display a prompt
568 " Wait for the shell to display a prompt
577 " Wait for the shell to display a prompt
680 " Wait for the shell to display a prompt
697 " Wait for the shell to display a prompt
913 " Wait for the shell to display a prompt
1130 " 1. Open a terminal window and wait for the prompt to appear
1191 " Open a terminal window and wait for the prompt to appear
1196 " make Vim exit, it will prompt to kill the shell
H A Dtest_swap.vim313 " and 'Q' is selected in the confirmation prompt.
352 " Test for selecting 'q' in the attention prompt
376 " This caused Vim to crash when typing "q" at the swap file prompt.
H A Druntest.vim118 " Avoid stopping at the "hit enter" prompt
137 " avoid prompt that is long or contains a line break
178 " Avoid stopping at the "hit enter" prompt
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim47 let s:way = 'prompt'
158 let s:way = 'prompt'
161 if s:way == 'prompt'
326 " "Type <return> to continue" prompt.
347 set buftype=prompt
481 if s:way == 'prompt'
490 if s:way == 'prompt'
532 " Drop the gdb prompt, we have our own.
554 " Add the output above the current prompt.
808 if s:way == 'prompt'
[all …]
/vim-8.2.3635/src/
H A Djob.c1546 char_u *prompt; in invoke_prompt_callback() local
1559 prompt = prompt_text(); in invoke_prompt_callback()
1560 if (STRLEN(text) >= STRLEN(prompt)) in invoke_prompt_callback()
1561 text += STRLEN(prompt); in invoke_prompt_callback()
1619 char_u *prompt = prompt_text(); in init_prompt() local
1624 if (STRNCMP(text, prompt, STRLEN(prompt)) != 0) in init_prompt()
1628 ml_replace(curbuf->b_ml.ml_line_count, prompt, TRUE); in init_prompt()
1638 || Insstart_orig.col != (int)STRLEN(prompt)) in init_prompt()
1639 set_insstart(curwin->w_cursor.lnum, (int)STRLEN(prompt)); in init_prompt()
1643 if (curwin->w_cursor.col < (int)STRLEN(prompt)) in init_prompt()
[all …]
H A Dgui_at_fs.c2255 char *prompt, in SFcreateWidgets() argument
2269 XtNtitle, prompt, in SFcreateWidgets()
2288 XtNlabel, prompt, in SFcreateWidgets()
2659 char *prompt, in vim_SelFile() argument
2673 if (prompt == NULL) in vim_SelFile()
2674 prompt = _("Pathname:"); in vim_SelFile()
2688 SFcreateWidgets(toplevel, prompt, _("OK"), _("Cancel")); in vim_SelFile()
2692 XtVaSetValues(selFilePrompt, XtNlabel, prompt, NULL); in vim_SelFile()
2693 XtVaSetValues(selFile, XtNtitle, prompt, NULL); in vim_SelFile()
H A Dproto.h294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
H A Dex_getln.c2513 char_u *prompt, // command line prompt in getcmdline_prompt() argument
2532 ccline.cmdprompt = prompt; in getcmdline_prompt()
4554 char_u *prompt; in get_user_input() local
4575 prompt = tv_get_string_chk(&argvars[0]); in get_user_input()
4585 if (prompt != NULL) in get_user_input()
4589 p = vim_strrchr(prompt, '\n'); in get_user_input()
4591 p = prompt; in get_user_input()
4599 msg_puts_attr((char *)prompt, get_echo_attr()); in get_user_input()
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim84 \ prefix2 prompt-history-limit remain-on-exit renumber-windows repeat-time
99 \ clock-mode command-prompt confirm confirm-before copy-mode customize-mode
107 \ clear-prompt-history clearphist movep movew new new-session new-window
116 \ show-hooks show-messages show-options show-prompt-history
H A Dpine.vim118 syn keyword pineConfig prompt-background-color
119 syn keyword pineConfig prompt-foreground-color
297 syn keyword pineOption print-offers-custom-cmd-prompt
298 syn keyword pineOption quell-attachment-extra-prompt
303 syn keyword pineOption quell-extra-post-prompt
H A Dgrads.vim21 syn keyword gradsStatement while endwhile say prompt pull function
H A Dbtm.vim128 syn keyword btmSpecialVar contained filecompletion path prompt
171 syn keyword btmCommand pause popd print prompt pushd
H A Dgp.vim30 syntax keyword gpInterfaceKey prompt prompt_cont psfile
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt27 14. Using a prompt buffer |prompt-buffer|
1238 14. Using a prompt buffer *prompt-buffer*
1249 A prompt buffer is created by setting 'buftype' to "prompt". You would
1253 buffer. When pressing Enter in the prompt line the callback set with
1256 buffer, below the prompt (and above the next prompt).
1268 no prompt is set with |prompt_setprompt()|, "% " is used. You can get the
1269 effective prompt text for a buffer, with |prompt_getprompt()|.
1277 coming back to the prompt window Insert mode will be restored.
1285 prompt. >
1296 " Function handling output from the shell: Added above the prompt.
[all …]
H A Dmessage.txt38 prompt. You are then back at the hit-enter prompt and can then scroll further
40 Note: If the output has been stopped with "q" at the more prompt, it will only
797 *press-return* *hit-enter-prompt*
814 works the same way as at the |more-prompt|. Only works when 'compatible'
836 If your script causes the hit-enter prompt and you don't know why, you may
843 *more-prompt* *pager* >
856 prompt
884 prompt.
H A Dpi_zip.txt138 of "echo and prompt user"
152 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
H A Dos_vms.txt10 prompt.
102 to set up GUI fonts etc. correctly. See :help xim from Vim command prompt.
278 or type :gui as a command to the Vim command prompt. For more info :help
287 type: help set disp in VMS prompt.
295 For more information type $help set disp in VMS prompt.
483 to DCL prompt. This feature is possible to use without any problem with all
591 prompt: >
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim191 " Usage: :call NetUserPass() -- will prompt for userid and password
192 " :call NetUserPass("uid") -- will prompt for password
200 " via prompt
209 if a:0 <= 1 " via prompt
/vim-8.2.3635/src/proto/
H A Dex_getln.pro4 char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg);
/vim-8.2.3635/src/libvterm/
H A DREADME26 git config mergetool.prompt false

1234567