Home
last modified time | relevance | path

Searched refs:semicolon (Results 1 – 25 of 81) sorted by relevance

1234

/vim-8.2.3635/runtime/keymap/
H A Dgreek_iso-8859-7.vim7 " vowel, and the Greek semicolon sign.
12 " semicolon "q"
14 " greek semicolon "W"
H A Dgreek_cp737.vim9 " It includes the Greek semicolon sign.
15 " semicolon "q"
17 " greek semicolon "W"
H A Dgreek_cp1253.vim8 " vowel, and the Greek semicolon sign.
13 " semicolon "q"
15 " greek semicolon "W"
H A Dhebrew_iso-8859-8.vim41 ` ; " ; - semicolon
H A Dhebrew_cp1255.vim39 ` ; " ; - semicolon
H A Dthaana-phonetic_utf-8.vim83 ; <char-0x061B> "arabic semicolon
H A Dhebrew_utf-8.vim41 ` ; " ; - semicolon
/vim-8.2.3635/src/libvterm/t/
H A D02parser.test153 !OSC BEL without semicolon
157 !OSC ST without semicolon
/vim-8.2.3635/runtime/indent/
H A Dmp.vim63 " Statements that may span multiple lines and are ended by a semicolon. To
321 " current reference line L ends with a semicolon, search backwards for
322 " another semicolon or a statement keyword. If the latter is found first,
337 if s:ValidMatchEnd(prev_text, ';'.s:eol, 0) >= 0 " L ends with a semicolon
H A Ddylan.vim53 " If previous line was a let with no closing semicolon, indent
H A Dverilog.vim156 " De-indent for an optional close parenthesis and a semicolon, and only
/vim-8.2.3635/src/proto/
H A Devalvars.pro19 int ex_let_vars(char_u *arg_start, typval_T *tv, int copy, int semicolon, int var_count, int flags,…
20 char_u *skip_var_list(char_u *arg, int include_type, int *var_count, int *semicolon, int silent);
/vim-8.2.3635/runtime/syntax/
H A Dindent.vim106 \ -nss --dont-space-special-semicolon
121 \ -ss --space-special-semicolon
H A Dsimula.vim18 " Text between the keyword 'end' and either a semicolon or one of the
H A Daptconf.vim444 " * When a semicolon is missing after a double-quoted string:
450 " * When double quotes are missing around a value (before a semicolon):
456 " * When only one double quote is missing around a value (before a semicolon):
H A Drexx.vim29 " of a line or after a semicolon. THEN, ELSE, OTHERWISE, and colons are always
30 " followed by an implied semicolon.
H A Djson.vim82 " parenthesis and semicolon at the end.
/vim-8.2.3635/src/
H A Devalvars.c749 int semicolon = 0; in ex_let() local
779 argend = skip_var_list(arg, TRUE, &var_count, &semicolon, FALSE); in ex_let()
842 (void)ex_let_vars(eap->arg, &rettv, FALSE, semicolon, var_count, in ex_let()
914 (void)ex_let_vars(eap->arg, &rettv, FALSE, semicolon, var_count, in ex_let()
934 int semicolon, // from skip_var_list() in ex_let_vars() argument
962 if (semicolon == 0 && var_count < i) in ex_let_vars()
967 if (var_count - semicolon > i) in ex_let_vars()
1035 int *semicolon, in skip_var_list() argument
1061 if (*semicolon == 1) in skip_var_list()
1066 *semicolon = 1; in skip_var_list()
H A Dvim9compile.c2337 generate_UNPACK(cctx_T *cctx, int var_count, int semicolon) in generate_UNPACK() argument
2345 isn->isn_arg.unpack.unp_semicolon = semicolon; in generate_UNPACK()
6885 int semicolon = 0; in compile_assignment() local
6900 p = skip_var_list(arg, TRUE, &var_count, &semicolon, TRUE); in compile_assignment()
6997 semicolon); in compile_assignment()
7096 else if (semicolon && var_idx == var_count - 1) in compile_assignment()
7343 if (var_count > 0 && (!semicolon || !did_generate_slice)) in compile_assignment()
8091 int semicolon = FALSE; in compile_for() local
8202 generate_UNPACK(cctx, var_count, semicolon); in compile_for()
8215 (semicolon && idx == 0) ? vartype : item_type; in compile_for()
[all …]
/vim-8.2.3635/src/po/
H A Dvim.desktop.in80 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
H A Dgvim.desktop.in80 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
H A Dcheck.vim52 echomsg 'Did you forget the trailing semicolon?'
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim58 let semicolon = strridx(line, ';')
74 if semicolon > -1
75 let borders[semicolon] = "semicolon"
94 …if len(borders) == 0 || borders[max(keys(borders))] =~ '^\%(openbrace\|semicolon\|opencomm\|closec…
/vim-8.2.3635/runtime/
H A Dvim.desktop103 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
H A Dgvim.desktop103 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!

1234