Home
last modified time | relevance | path

Searched refs:starting (Results 1 – 25 of 275) sorted by relevance

1234567891011

/vim-8.2.3635/src/
H A Dmain.c185 gui.starting = TRUE; in VimMain()
215 gui.starting = TRUE; in VimMain()
222 if (gui.starting) in VimMain()
307 if (gui.starting in VimMain()
521 if (gui.starting) in vim_main2()
777 starting = 0; in vim_main2()
1862 gui.starting = TRUE; in parse_command_name()
2665 && !gui.starting in check_tty()
2686 !gui.starting && in check_tty()
3587 if (gui.starting) in usage()
[all …]
H A Dterm.c1926 if (starting != NO_SCREEN) in set_termname()
2122 if (starting != NO_SCREEN) in set_termname()
2144 if (starting != NO_SCREEN) in set_termname()
2307 if (gui.in_use || gui.starting) in add_termcap_entry()
3429 && !gui.starting in shell_resized_check()
3506 if (starting != NO_SCREEN) in set_shellsize()
3585 if (!gui.in_use && !gui.starting) in settmode()
3657 if (!gui.in_use && !gui.starting) in starttermcap()
3679 if (!gui.in_use && !gui.starting) in stoptermcap()
3742 && starting == 0 in may_req_termresponse()
[all …]
H A Dgui.c184 gui.starting = TRUE; in gui_attempt_start()
191 gui.starting = recursive - 1; in gui_attempt_start()
375 gui.starting = FALSE; // No GUI yet (maybe later) in gui_prepare()
762 --gui.starting; in gui_init()
764 ++gui.starting; in gui_init()
3679 if (!gui.starting && need_set_size != (RESIZE_VERT | RESIZE_HOR)) in gui_init_which_components()
3729 if (!gui.starting && starting == 0) in gui_update_tabline()
4184 if (gui.in_use && starting == 0) in gui_may_update_scrollbars()
4955 if (!gui.in_use || gui.starting) in gui_mouse_moved()
5073 if (!gui.starting) in ex_gui()
[all …]
H A Dtesting.c1037 save_starting = starting; in f_test_override()
1038 starting = 0; in f_test_override()
1042 starting = save_starting; in f_test_override()
1070 starting = save_starting; in f_test_override()
H A Doption.c492 (!gui.in_use && !gui.starting) && in set_init_1()
1173 if (gui.starting || gui.in_use) in set_title_defaults()
1185 if (gui.starting || gui.in_use) in set_title_defaults()
2076 if (!starting in do_set()
2284 if (starting != NO_SCREEN in did_set_title()
2286 && !gui.starting in did_set_title()
3239 !gui.in_use && !gui.starting && in set_bool_option()
3250 if (!gui.in_use && !gui.starting) in set_bool_option()
3597 && !gui.starting in set_num_option()
3731 && !gui.starting in set_num_option()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dtags11 $VIM starting.txt /*$VIM*
1437 -+ starting.txt /*-+*
1442 -- starting.txt /*--*
1471 -? starting.txt /*-?*
1472 -A starting.txt /*-A*
1473 -C starting.txt /*-C*
9251 starting starting.txt /*starting*
9252 starting-amiga starting.txt /*starting-amiga*
9253 starting.txt starting.txt /*starting.txt*
9699 termdebug-starting terminal.txt /*termdebug-starting*
[all …]
H A Dtesting.txt196 starting reset the "starting" variable, see below
210 "starting" is to be used when a test should behave like
212 script the "starting" variable is non-zero. This is usually a
216 call test_override('starting', 1)
217 < The value of "starting" is saved. It is restored by: >
218 call test_override('starting', 0)
221 GetOverrideVal()-> test_override('starting')
H A Dautocmd.txt218 BufNewFile starting to edit a non-existent file
245 |BufNewFile| starting to edit a file that doesn't exist
271 |FileAppendPre| starting to append to a file
307 |GUIEnter| after starting the GUI successfully
308 |GUIFailed| after starting the GUI failed
364 |InsertEnter| starting Insert mode
432 starting to edit a buffer, after the
463 BufNewFile When starting to edit a file that doesn't
879 GUIFailed After starting the GUI failed. Vim may
1271 and/or 'columns' changed. Not when starting
[all …]
H A Dtextprop.txt178 specifies the starting and ending position of the text. The
179 first two items {lnum} and {col} specify the starting position
238 The properties are ordered by starting column and priority.
240 col starting column
H A Dchange.txt91 Delete {count} lines, starting with [range]
139 Join {count} lines, starting with [range] (default:
167 an existing character, starting with the character
512 Shift {count} lines one 'shiftwidth' right, starting
558 comment (starting with '"') after the `:!` command.
632 [count] lines, starting with the last line in [range].
1072 Yank {count} lines, starting with last line number
1531 type of comment used in shell scripts, starting with "#".
1549 is "n:),n:>" a line starting with "> ) >" is a comment.
1647 "b:*" Includes lines starting with "*", but not if the "*" is
[all …]
H A Dusr_31.txt42 The file browser will pop up, starting in the directory "/etc".
242 used when starting Vim. The gvimrc file can be used for settings and commands
262 That allows starting gvim for different kinds of editing. You could set
H A Dos_mac.txt67 When starting up Vim will load the $VIMRUNTIME/macmap.vim script to define
70 On older systems files starting with a dot "." are discouraged, thus the rc
/vim-8.2.3635/src/libvterm/
H A DCONTRIBUTING19 any of the resources listed above, before starting work on the actual code.
21 affected so it is better to discuss the ideas first before starting work
/vim-8.2.3635/runtime/indent/
H A Dvim.vim102 " A line starting with :au does not increment/decrement indent.
127 " For a line starting with "}" find the matching "{". If it is at the start
143 " Below a line starting with "}" find the matching "{". If it is at the
157 " Below a line starting with "]" we must be below the end of a list.
H A Dpascal.vim31 " Skip lines starting with a comment
149 " Lines starting with "else", but not following line ending with
171 " Lines starting with "until" or "end". This rule must be overridden
H A Dsml.vim125 " Indent lines starting with 'end' to matching module
149 " Indent current line starting with 'in' to last matching 'let'
163 " Indent lines starting with '|' from matching 'case', 'handle'
H A Delm.vim97 " Add a 'shiftwidth' after lines starting with type ending with '=':
106 " Ident some operators if there aren't any starting the last line.
/vim-8.2.3635/src/testdir/
H A Dtest_gf.vim194 call test_override('starting', 1)
196 call test_override('starting', 0)
H A Dtest77a.in1 Inserts 2 million lines with consecutive integers starting from 1
H A Dtest_file_size.vim1 " Inserts 2 million lines with consecutive integers starting from 1
/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim14 " Delete all comment lines, except the ones starting with ##.
/vim-8.2.3635/src/xpm/
H A DREADME.txt11 Any version of MSVC starting from version 6.0:
/vim-8.2.3635/runtime/syntax/
H A Djgraph.vim31 "floating point number, starting with a dot - or no -
H A Dnatural.vim33 syn keyword naturalKeyword in file with field starting from ending at thru by isn where
97 "floating point number, starting with a dot
/vim-8.2.3635/src/po/
H A DREADME.txt8 The GNU gettext library, starting with version 0.10.37, supports converting
14 The GNU gettext library, starting with version 0.10.36, uses a new format for

1234567891011