| /vim-8.2.3635/runtime/indent/ |
| H A D | vhdl.vim | 19 setlocal indentkeys+==~case,=~loop,=~for,=~generate,=~record,=~units,=~process,=~block,=~function,=… 136 " keywords: "end" + "record", "units" 146 if prevs =~? '^\s*end\s\+\%(record\|units\)\>' 233 " keywords: "record", "units" 235 if curs =~? s:NC.s:NE.'\<\%(record\|units\)\>' 239 if curs !~? s3.'.*'.s:NC.'\<\%(record\|units\)\>.*'.s:ES && prevs =~? s3 282 " removed: "begin", "case", "elsif", "if", "loop", "record", "units", "while" 305 " keyword: "begin", "loop", "record", "units" 312 …if prevs =~? s:NC.'\%(\<begin\>\|'.s:NE.'\<\%(loop\|record\|units\)\>\)' || prevs =~? '^\s*\%(comp… 332 …" + "block", "for", "function", "generate", "if", "loop", "procedure", "process", "record", "units" [all …]
|
| H A D | fortran.vim | 125 "Indent program units unless instructed otherwise
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vhdl.vim | 45 \ s:notend.'\<units\>:\<end\s\+units\>,'. 76 …iguration", "component", "entity", "function", "package", "procedure", "process", "record", "units" 77 …e\|block\|configuration\|component\|entity\|function\|package\|procedure\|process\|record\|units\)'
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | fpcmake.vim | 23 syn match fpcmakeRule "^\s*\(units\|files\)\>" 33 syn match fpcmakeRule "^\s*\(units\)\>" 43 syn match fpcmakeRule "^\s*\(rsts\|units\)\>"
|
| H A D | snnsres.vim | 18 syn match snnsresNoHeader "No\. of input units\s*:\s*" contained 19 syn match snnsresNoHeader "No\. of output units\s*:\s*" contained
|
| H A D | snnspat.vim | 29 syn match snnspatNoHeader "No\. of input units\s*:\s*" contained 30 syn match snnspatNoHeader "No\. of output units\s*:\s*" contained
|
| H A D | spice.vim | 23 " Numbers, all with engineering suffixes and optional units
|
| H A D | snnsnet.vim | 33 syn match snnsnetType "no\. of units\s*:.*" contains=snnsnetNumbers
|
| H A D | tssgm.vim | 29 syn keyword tssgmParam units mirror param active sides submodel include
|
| H A D | rego.vim | 31 syn match regoFuncUnits "\<units\.parse_bytes\>"
|
| H A D | tsscl.vim | 36 syn keyword tssclKeyword units length positions energy time unit solar
|
| H A D | gnuplot.vim | 35 " measurements in the units in, cm and pt are special 327 syn keyword gnuplotKeyword circle polygon at center size units xy xx yy to 378 syn keyword gnuplotKeyword textbox units unsorted userstyles wedge
|
| H A D | verilogams.vim | 61 syn keyword verilogamsStatement domain idt_nature units
|
| H A D | dtrace.vim | 55 " Note that dtrace treats units (Hz etc) as case-insenstive, we allow only
|
| H A D | nroff.vim | 106 " {{{1 Numbers and units
|
| H A D | vhdl.vim | 43 syn keyword vhdlStatement unaffected units until use
|
| H A D | mma.vim | 74 " SelectionMove directions/units:
|
| H A D | ada.vim | 235 " to reference other compilation units; otherwise they're ordinary keywords.
|
| H A D | sas.vim | 143 …rend twosamplefreq twosamplemeans towsamplesurvival twosamplewilcoxon uds units univar var varianc…
|
| H A D | lisp.vim | 159 syn keyword lispFunc boole-2 internal-time-units-per-second round
|
| H A D | 2html.vim | 1778 " ch units for browsers which support them, em units for a somewhat
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 50 " Additionally units of 'shiftwidth'/'sw' and 'tabstop'/'ts' may be 53 " 'shiftwidth' and 'tabstop' settings. If these units are used, the 184 " Set the indentation style (accept sw and ts units)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 751 Program units ~ 752 The indenting of program units (subroutines, functions, modules, and program 755 units for all fortran files set the global fortran_indent_less variable in
|
| H A D | ft_ada.txt | 322 reference other compilation units they're normally highlighted
|
| /vim-8.2.3635/src/ |
| H A D | hardcopy.c | 434 static char *(units[4]) = PRT_UNIT_NAMES; in prt_get_unit() local 438 if (STRNICMP(printer_opts[idx].string, units[i], 2) == 0) in prt_get_unit()
|