Searched refs:inputdialog (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_getln.pro | 43 void get_user_input(typval_T *argvars, typval_T *rettv, int inputdialog, int secret);
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 111 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 D | ex_getln.c | 4551 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 D | test_functions.vim | 1534 " 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 D | test_vim9_builtin.vim | 1766 …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 D | usr_42.txt | 291 For more complicated items, the confirm() and inputdialog() functions can
|
| H A D | version7.txt | 2905 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 D | map.txt | 211 Prompts will still be given, e.g., for inputdialog().
|
| H A D | usr_41.txt | 969 inputdialog() get a line from the user in a dialog
|
| H A D | eval.txt | 2745 inputdialog({prompt} [, {text} [, {completion}]]) 6966 inputdialog({prompt} [, {text} [, {cancelreturn}]]) *inputdialog()* 6970 :let n = inputdialog("value for shiftwidth", shiftwidth()) 6981 GetPrompt()->inputdialog()
|
| H A D | version6.txt | 1349 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 D | tags | 7584 inputdialog() eval.txt /*inputdialog()*
|
| H A D | todo.txt | 3486 8 inputdialog() doesn't resize when giving more text lines. (David Fishburn,
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 752 let table_alias = inputdialog("Enter table alias:", table_alias)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 84 …jumplist getpid gettabinfo getwininfo glob haslocaldir histnr hostname inputdialog insert islocked…
|
| /vim-8.2.3635/src/po/ |
| H A D | fr.po | 840 # AB - Textes des boutons de la bo�te de dialogue affich�e par inputdialog().
|