| /vim-8.2.3635/runtime/keymap/ |
| H A D | greek_iso-8859-7.vim | 7 " vowel, and the Greek semicolon sign. 12 " semicolon "q" 14 " greek semicolon "W"
|
| H A D | greek_cp737.vim | 9 " It includes the Greek semicolon sign. 15 " semicolon "q" 17 " greek semicolon "W"
|
| H A D | greek_cp1253.vim | 8 " vowel, and the Greek semicolon sign. 13 " semicolon "q" 15 " greek semicolon "W"
|
| H A D | hebrew_iso-8859-8.vim | 41 ` ; " ; - semicolon
|
| H A D | hebrew_cp1255.vim | 39 ` ; " ; - semicolon
|
| H A D | thaana-phonetic_utf-8.vim | 83 ; <char-0x061B> "arabic semicolon
|
| H A D | hebrew_utf-8.vim | 41 ` ; " ; - semicolon
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 02parser.test | 153 !OSC BEL without semicolon 157 !OSC ST without semicolon
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | mp.vim | 63 " 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 D | dylan.vim | 53 " If previous line was a let with no closing semicolon, indent
|
| H A D | verilog.vim | 156 " De-indent for an optional close parenthesis and a semicolon, and only
|
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 19 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 D | indent.vim | 106 \ -nss --dont-space-special-semicolon 121 \ -ss --space-special-semicolon
|
| H A D | simula.vim | 18 " Text between the keyword 'end' and either a semicolon or one of the
|
| H A D | aptconf.vim | 444 " * 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 D | rexx.vim | 29 " of a line or after a semicolon. THEN, ELSE, OTHERWISE, and colons are always 30 " followed by an implied semicolon.
|
| H A D | json.vim | 82 " parenthesis and semicolon at the end.
|
| /vim-8.2.3635/src/ |
| H A D | evalvars.c | 749 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 D | vim9compile.c | 2337 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 D | vim.desktop.in | 80 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
|
| H A D | gvim.desktop.in | 80 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
|
| H A D | check.vim | 52 echomsg 'Did you forget the trailing semicolon?'
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 58 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 D | vim.desktop | 103 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
|
| H A D | gvim.desktop | 103 …ms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
|