| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 110 my ( $cmd, $initial, $data, $final ) = ( $1, $2, $3, $4 ); 111 $initial //= ""; 112 $initial .= ";" if $initial =~ m/\d+/; 114 …$line = "$cmd $initial" . join( "", map sprintf("%02x", $_), unpack "C*", length $data ? eval($dat…
|
| H A D | harness.c | 181 if(frag.initial) { in parser_osc() 202 if(frag.initial) { in parser_dcs() 293 … val->string.initial ? "[" : "", val->string.len, val->string.str, val->string.final ? "]" : ""); in settermprop()
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | verilog.vim | 87 " Indent after if/else/for/case/always/initial/specify/fork blocks 92 \ last_line =~ '^\s*\<\(always\|initial\)\>' || 134 \ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>.*' . 137 \ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\)\>' && 196 \ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\)\>' ||
|
| H A D | systemverilog.vim | 75 " Indent after if/else/for/case/always/initial/specify/fork blocks 79 \ last_line =~ '^\s*\<\(initial\|specify\|fork\|final\)\>' 132 …\ last_line2 =~ '\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|final\)\>.*' . 134 …\ last_line2 !~ '\(//\|/\*\).*\<\(`\@<!if\|`\@<!else\|for\|always\|initial\|do\|foreach\|forever\|… 197 …\ '\<\(`\@<!if\|`\@<!else\|for\|case\%[[zx]]\|always\|initial\|do\|foreach\|forever\|randcase\|fin…
|
| H A D | j.vim | 36 " Increase indentation after an initial control word that starts or
|
| H A D | occam.vim | 16 " Indent after new line and after initial colon
|
| /vim-8.2.3635/src/ |
| H A D | arabic.c | 104 unsigned initial; member 258 return a1 && a2 && (a1->initial || a1->medial) && (a2->final || a2->medial); in can_join() 374 curr_c = curr_a->initial; in arabic_shape()
|
| H A D | list.c | 3179 typval_T initial; in f_reduce() local 3226 initial = l->lv_first->li_tv; in f_reduce() 3231 initial = argvars[2]; in f_reduce() 3235 copy_tv(&initial, rettv); in f_reduce() 3267 initial.v_type = VAR_NUMBER; in f_reduce() 3268 initial.vval.v_number = blob_get(b, 0); in f_reduce() 3278 initial = argvars[2]; in f_reduce() 3282 copy_tv(&initial, rettv); in f_reduce()
|
| /vim-8.2.3635/runtime/spell/ga/ |
| H A D | ga_IE.diff | 90 + SAL DEARF T*R* # epenthetic vowel,initial only (nd- done b4) 91 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only 93 + SAL DHOIL(BF)- K*L* # epenthetic,see LBH--,initial only,dhoil(fe|bh)* 122 + SAL FOIRF- V*R* # epenthetic vowel, initial (bh)?foirf* only 193 + SAL J T # initial j, diosc-jaca� only; bit like slender d 207 + SAL MARF- M*R* # epenthetic vowel, initial only 208 + SAL MHODH V* # ODH exception, usually initial
|
| /vim-8.2.3635/runtime/spell/gd/ |
| H A D | gd_GB.diff | 86 + SAL DEARF T*R* # epenthetic vowel,initial only (nd- done b4) 87 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only 89 + SAL DHOIL(BF)- K*L* # epenthetic,see LBH--,initial only,dhoil(fe|bh)* 118 + SAL FOIRF- V*R* # epenthetic vowel, initial (bh)?foirf* only 189 + SAL J T # initial j, diosc-jaca� only; bit like slender d 203 + SAL MARF- M*R* # epenthetic vowel, initial only 204 + SAL MHODH V* # ODH exception, usually initial
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | lex.vim | 40 " // indented initial code block 43 " // initial code block 51 " // indented initial action code block 78 " Definitions Section with initial code blocks, abbreviations, options, states
|
| H A D | apachestyle.vim | 11 " initial release
|
| H A D | esqlc.vim | 27 syntax keyword esqlcKeyword initial into is level maxextents mode modify
|
| H A D | sqlj.vim | 29 syn keyword sqljKeyword initial into is level maxextents mode modify
|
| H A D | dot.vim | 7 " 2001 May 04 - initial version
|
| H A D | verilog.vim | 26 syn keyword verilogStatement incdir include initial inout input
|
| H A D | lhaskell.vim | 10 " Thanks to Ian Lynagh for thoughtful comments on initial versions and
|
| H A D | lss.vim | 16 " are comments, of course, and the initial keyword identifying the affected
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_man.vim | 92 " Check that we do not alter the settings in the initial window. 108 " initial window
|
| H A D | test_memory_usage.vim | 102 " Estimate the limit of max usage as 2x initial usage.
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | canfr-win.vim | 16 " Added the upper case accented characters, forgotten in the initial version.
|
| H A D | thaana-phonetic_utf-8.vim | 6 " changelog: 18th Feb 2006 - came up the initial idea of writing the keymap..
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | lprolog.vim | 7 " 2001 Sep 02 - initial release (MM)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_logipat.txt | 118 v1 May 23, 2005 * initial release
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mvc.txt | 55 initial .po file for your language you must use the command:
|