Searched refs:choices (Results 1 – 25 of 28) sorted by relevance
12
| /vim-8.2.3635/src/ |
| H A D | dosinst.c | 924 free(choices[idx].text); in alloc_text() 1030 if (choices[idx].arg != 0) in change_bat_choice() 1039 if (choices[idx].arg != 0) in change_bat_choice() 1985 if (choices[idx].arg) in install_shortcut_gvim() 1996 if (choices[idx].arg) in install_shortcut_evim() 2007 if (choices[idx].arg) in install_shortcut_gview() 2026 if (choices[idx].arg) in toggle_shortcut_choice() 2028 choices[idx].arg = 0; in toggle_shortcut_choice() 2033 choices[idx].arg = 1; in toggle_shortcut_choice() 2672 if (choices[i].installfunc != NULL && choices[i].active) in install() [all …]
|
| H A D | Make_cyg_ming.mak | 514 #>>>>> end of choices
|
| H A D | Make_mvc.mak | 524 #>>>>> end of choices
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_logipat.txt | 67 expression which implements the choices. A series of examples
|
| H A D | usr_11.txt | 245 WHAT TO DO? *swap-exists-choices* 247 If dialogs are supported you will be asked to select one of six choices:
|
| H A D | usr_29.txt | 173 Vim will present you with a list of choices:
|
| H A D | usr_02.txt | 141 reason for these choices: Moving the cursor is the most common thing you do in
|
| H A D | usr_40.txt | 28 good choices to map. Example: >
|
| H A D | ft_sql.txt | 725 If you do not wish the default maps created or the key choices do not work on
|
| H A D | vim9.txt | 33 compatibility. That means bad choices from the past often can't be changed
|
| H A D | todo.txt | 2578 each choice does. Similar to ":help swap-exists-choices" 2687 Just have two choices, always using one Vim and selecting between using an 3046 7 ATTENTION dialog choices are more logical when "Delete it" appears 4121 other encodings. The "euc-jp" and "euc-kr" choices might be wrong.
|
| H A D | editing.txt | 1212 or abandon each one. There are also choices to "save all" or "abandon
|
| H A D | eval.txt | 2584 confirm({msg} [, {choices} [, {default} [, {type}]]]) 3976 confirm({msg} [, {choices} [, {default} [, {type}]]]) 3983 {msg} is displayed in a |dialog| with {choices} as the 3984 alternatives. When {choices} is missing or empty, "&OK" is 3989 {choices} is a String, with the individual choices separated
|
| H A D | version6.txt | 1485 created in a directory in $PATH. Fewer choices to be made. 5633 Problem: The choices for the fileformat dialog can't be translated. 5819 Solution: Jump to the end of the message to show the choices. 7266 Problem: Adding the choices in the syntax menu is consuming much of the 7268 Solution: Only add the choices when the user wants to use them. 7348 individual choices" menu is used.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tcsh.vim | 99 \ kill-whole-line list-choices list-choices-raw list-glob
|
| H A D | gift.vim | 80 " Answer choices
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.mak | 24 !MESSAGE Possible choices for configuration are:
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 182 " Get a list of writable spell directories and choices for confirm().
|
| H A D | sqlcomplete.vim | 62 " choices can be found in the calls to sqlcomplete#Map in: 187 " chooses from the choices.
|
| H A D | xmlcomplete.vim | 236 " part will be as first choices
|
| H A D | htmlcomplete.vim | 540 " part will be as first choices
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_nl_nl.latin1.vim | 234 menutrans &Show\ individual\ choices Toon\ elke\ keuze
|
| H A D | menu_pt_pt.vim | 253 "menutrans &Show\ individual\ choices E&xibir\ escolhas\ individuais
|
| H A D | menu_pt_br.vim | 274 "menutrans &Show\ individual\ choices E&xibir\ escolhas\ individuais
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_functions.vim | 1934 " Test confirm({msg} [, {choices} [, {default} [, {type}]]])
|
12