Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/
H A Duninstall.c326 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 Ddosinst.c725 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 Ddosinst.h78 int interactive; // non-zero when running interactively variable
111 if (!interactive) in myexit()
H A Dspellsuggest.c200 …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 Dspellsuggest.pro4 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 Dgitrebase.vim2 " Language: git rebase --interactive
/vim-8.2.3635/runtime/syntax/
H A Dgitrebase.vim2 " Language: git rebase --interactive
H A Dgpg.vim69 \ ignore-time-conflict ignore-valid-from interactive
H A Dlpc.vim95 " interactive
135 … contained id_matrix implode in_edit in_input inherit_list inherits input_to interactive intp
H A Dsshconfig.vim93 syn keyword sshconfigPreferredAuth keyboard-interactive
H A Dpython.vim184 " should not be used in programs, only in interactive interpreter.
H A Dzsh.vim251 \ \%(\%(\<no_\?\)\?interactive\>\)\|
H A D2html.vim1847 " 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 Dgnuplot.vim432 syn keyword gnuplotKeyword interactive red green blue interpolate mode
H A Dlisp.vim157 syn keyword lispFunc boole interactive-stream-p room
/vim-8.2.3635/runtime/doc/
H A Dhelp.txt34 Getting started: Do the Vim tutor, a 30-minute interactive course for the
44 |tutor| 30-minute interactive course for beginners
H A Dvarious.txt244 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 Dtips.txt303 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 Dif_cscop.txt32 Cscope is an interactive screen-oriented tool that helps you:
H A Ddevelop.txt535 seconds for English, which can be acceptable for interactive use. But for
H A Dautocmd.txt572 string; including non-interactive use of ":"
579 non-interactive use of ":" in a mapping, but
H A Dnetbeans.txt285 When Vim is run in non-interactive mode, for example when running an automated
H A Dtodo.txt794 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 Dtest_edit.vim415 " of the code is exercised only when interactive mode is used. So use Vim in a
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim678 \ , "-interactive-print"

12