| /vim-8.2.3635/src/ |
| H A D | uninstall.c | 326 interactive = FALSE; in main() 328 interactive = TRUE; in main() 339 if (interactive) in main() 341 if (!interactive || confirm()) in main() 372 if (interactive) in main() 383 if (interactive) in main() 385 if (!interactive || confirm()) in main() 393 if (interactive) in main() 395 if (!interactive || confirm()) in main() 409 if (interactive) in main() [all …]
|
| H A D | dosinst.c | 725 if (interactive) in inspect_system() 745 if (interactive) in inspect_system() 1649 if (interactive) in install_registry() 1926 interactive ? "uninstall.exe" : "uninstall-gui.exe", "", in install_start_menu() 2678 || (need_uninstall_entry && interactive) in install() 2679 || !interactive) in install() 2713 interactive = 0; in main() 2715 interactive = 1; in main() 2744 if (interactive) in main() 2750 if (interactive) in main()
|
| H A D | dosinst.h | 78 int interactive; // non-zero when running interactively variable 111 if (!interactive) in myexit()
|
| H A D | spellsuggest.c | 200 …u *badptr, int badlen, suginfo_T *su, int maxcount, int banbadword, int need_cap, int interactive); 205 static void spell_suggest_intern(suginfo_T *su, int interactive); 713 int interactive) in spell_suggest_list() argument 720 spell_find_suggest(word, 0, &sug, maxcount, FALSE, need_cap, interactive); in spell_suggest_list() 760 int interactive) in spell_find_suggest() argument 870 spell_suggest_intern(su, interactive); in spell_find_suggest() 982 spell_suggest_intern(suginfo_T *su, int interactive) in spell_suggest_intern() argument 1042 if (interactive && got_int) in spell_suggest_intern()
|
| /vim-8.2.3635/src/proto/ |
| H A D | spellsuggest.pro | 4 void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | gitrebase.vim | 2 " Language: git rebase --interactive
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gitrebase.vim | 2 " Language: git rebase --interactive
|
| H A D | gpg.vim | 69 \ ignore-time-conflict ignore-valid-from interactive
|
| H A D | lpc.vim | 95 " interactive 135 … contained id_matrix implode in_edit in_input inherit_list inherits input_to interactive intp
|
| H A D | sshconfig.vim | 93 syn keyword sshconfigPreferredAuth keyboard-interactive
|
| H A D | python.vim | 184 " should not be used in programs, only in interactive interpreter.
|
| H A D | zsh.vim | 251 \ \%(\%(\<no_\?\)\?interactive\>\)\|
|
| H A D | 2html.vim | 1847 " columns as not interactive. 1859 " make line number column show as non-interactive if not selectable 1865 " non-interactive if not selectable 1870 " make diff filler show as non-interactive if not selectable
|
| H A D | gnuplot.vim | 432 syn keyword gnuplotKeyword interactive red green blue interpolate mode
|
| H A D | lisp.vim | 157 syn keyword lispFunc boole interactive-stream-p room
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | help.txt | 34 Getting started: Do the Vim tutor, a 30-minute interactive course for the 44 |tutor| 30-minute interactive course for beginners
|
| H A D | various.txt | 244 compiler will have set stdin to a non-interactive 283 On Unix the command normally runs in a non-interactive 284 shell. If you want an interactive shell to be used 496 *+xsmp_interact* interactive XSMP (X session management) support
|
| H A D | tips.txt | 303 should separate it into a section for interactive use and a section for 304 non-interactive use (often called secondary shells). When you execute a 305 command from Vim like ":!ls", you do not need the interactive things (for
|
| H A D | if_cscop.txt | 32 Cscope is an interactive screen-oriented tool that helps you:
|
| H A D | develop.txt | 535 seconds for English, which can be acceptable for interactive use. But for
|
| H A D | autocmd.txt | 572 string; including non-interactive use of ":" 579 non-interactive use of ":" in a mapping, but
|
| H A D | netbeans.txt | 285 When Vim is run in non-interactive mode, for example when running an automated
|
| H A D | todo.txt | 794 Make ":interactive !cmd" stop termcap mode, also when used in an autocommand. 1800 Patch to add "Q" and "A" responses to interactive :substitute. They are 1808 Patch to support 'u' in interactive substitute. (Christian Brabandt, 2012 Sep 3074 useful for interactive things or completion. 5042 8 Add an option to ignore case when doing interactive completion. So that
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_edit.vim | 415 " of the code is exercised only when interactive mode is used. So use Vim in a
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 678 \ , "-interactive-print"
|