Home
last modified time | relevance | path

Searched refs:inputdialog (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_getln.pro43 void get_user_input(typval_T *argvars, typval_T *rettv, int inputdialog, int secret);
/vim-8.2.3635/runtime/
H A Dmenu.vim111 let h = inputdialog(g:menutrans_help_dialog)
279 let n = inputdialog(g:menutrans_path_dialog, substitute(&path, '\\ ', ' ', 'g'))
289 let n = inputdialog(g:menutrans_tags_dialog, substitute(&tags, '\\ ', ' ', 'g'))
338 let n = inputdialog(g:menutrans_textwidth_dialog, &tw)
/vim-8.2.3635/src/
H A Dex_getln.c4551 int inputdialog, in get_user_input() argument
4612 if (!inputdialog && argvars[2].v_type != VAR_UNKNOWN) in get_user_input()
4649 if (inputdialog && rettv->vval.v_string == NULL in get_user_input()
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim1534 " Test for the inputdialog() function
1538 call assert_fails('let v=inputdialog([], "xx")', 'E730:')
1539 call assert_fails('let v=inputdialog("Q", [])', 'E730:')
1541 call feedkeys(":let v=inputdialog('Q:', 'xx', 'yy')\<CR>\<CR>", 'xt')
1543 call feedkeys(":let v=inputdialog('Q:', 'xx', 'yy')\<CR>\<Esc>", 'xt')
H A Dtest_vim9_builtin.vim1766 …CheckDefAndScriptFailure2(['inputdialog(5)'], 'E1013: Argument 1: type mismatch, expected string b…
1767 …CheckDefAndScriptFailure2(['inputdialog(["a"])'], 'E1013: Argument 1: type mismatch, expected stri…
1768 …CheckDefAndScriptFailure2(['inputdialog("p", 10)'], 'E1013: Argument 2: type mismatch, expected st…
1769 …CheckDefAndScriptFailure2(['inputdialog("p", "q", 20)'], 'E1013: Argument 3: type mismatch, expect…
/vim-8.2.3635/runtime/doc/
H A Dusr_42.txt291 For more complicated items, the confirm() and inputdialog() functions can
H A Dversion7.txt2905 Mac: inputdialog() didn't work when compiled with big features.
3309 Problem: Calling inputdialog() with a third argument in the console doesn't
3311 Solution: Make a separate function for input() and inputdialog(). (Yegappan
7969 Problem: Win32: inputdialog() and find/replace dialogs can't handle
10770 Problem: GTK: pressing Enter in inputdialog() doesn't work like clicking OK
13846 Problem: inputdialog() doesn't use the cancel argument in the console.
13955 only happen for inputdialog().
13956 Solution: Check if inputdialog() was used. (Hirohito Higashi)
H A Dmap.txt211 Prompts will still be given, e.g., for inputdialog().
H A Dusr_41.txt969 inputdialog() get a line from the user in a dialog
H A Deval.txt2745 inputdialog({prompt} [, {text} [, {completion}]])
6966 inputdialog({prompt} [, {text} [, {cancelreturn}]]) *inputdialog()*
6970 :let n = inputdialog("value for shiftwidth", shiftwidth())
6981 GetPrompt()->inputdialog()
H A Dversion6.txt1349 inputdialog() Like input() but use a GUI dialog when possible. Currently
1351 Use inputdialog() for the Edit/Settings/Text Width menu. Also
6168 inputdialog() accepts a third argument that is used when the dialog is
7673 Problem: inputdialog() doesn't work when 'c' is in 'guioptions'. (Aric
H A Dtags7584 inputdialog() eval.txt /*inputdialog()*
H A Dtodo.txt3486 8 inputdialog() doesn't resize when giving more text lines. (David Fishburn,
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim752 let table_alias = inputdialog("Enter table alias:", table_alias)
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim84 …jumplist getpid gettabinfo getwininfo glob haslocaldir histnr hostname inputdialog insert islocked…
/vim-8.2.3635/src/po/
H A Dfr.po840 # AB - Textes des boutons de la bo�te de dialogue affich�e par inputdialog().