| /vim-8.2.3635/runtime/syntax/ |
| H A D | skill.vim | 21 syn match skillFunction "\<abs("he=e-1 23 syn match skillFunction "\<a\=cos("he=e-1 25 syn match skillFunction "\<add1("he=e-1 29 syn match skillFunction "\<alias("he=e-1 37 syn match skillFunction "\<apply("he=e-1 45 syn match skillFunction "\<assoc("he=e-1 53 syn match skillFunction "\<bcdp("he=e-1 93 syn match skillFunction "\<csh("he=e-1 167 syn match skillFunction "\<gc("he=e-1 203 syn match skillRepeat "\<go("he=e-1 [all …]
|
| H A D | objc.vim | 122 syn match objcClass /Protocol\s*\*/me=s+8,he=s+8 157 syn match objcClass /NSDate\s*\*/me=s+6,he=s+6 162 syn match objcType /NSZone\s*\*/me=s+6,he=s+6 165 syn match objcClass /NSError\s*\*/me=s+7,he=s+7 201 syn match objcClass /NSURL\s*\*/me=s+5,he=s+5 244 syn match objcClass /NSData\s*\*/me=s+6,he=s+6 305 syn match objcClass /NSPipe\s*\*/me=s+6,he=s+6 386 syn match objcClass /NSTask\s*\*/me=s+6,he=s+6 394 syn match objcClass /NSLock\s*\*/me=s+6,he=s+6 415 syn match objcClass /NSPort\s*\*/me=s+6,he=s+6 [all …]
|
| H A D | diva.vim | 31 syn match divaCtrlFunctions "\<ivIf("he=e-1 33 syn match divaCtrlFunctions "\<switch("he=e-1 35 syn match divaCtrlFunctions "\<and("he=e-1 37 syn match divaCtrlFunctions "\<or("he=e-1 39 syn match divaCtrlFunctions "\<null("he=e-1 53 syn match divaDRCFunctions "\<checkLayer("he=e-1 55 syn match divaDRCFunctions "\<drc("he=e-1 57 syn match divaDRCFunctions "\<drcAntenna("he=e-1 61 syn match divaLayerFunctions "\<saveDerived("he=e-1 65 syn match divaChkFunctions "\<dubiousData("he=e-1 [all …]
|
| H A D | tcl.vim | 105 …etColor start="\<button\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLine… 106 …getColor start="\<scale\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 108 …etColor start="\<canvas\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 110 …getColor start="\<entry\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 111 …getColor start="\<frame\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 112 …getColor start="\<image\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 113 …tColor start="\<listbox\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 115 …tColor start="\<message\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 130 …olor start="^\<variable\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… 133 …getColor start="^\<menu\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLin… [all …]
|
| H A D | trasys.vim | 85 syn match trasysSurface "P[0-9]* *="he=e-1 87 syn match trasysIdentifier "^L "he=e-1 88 syn match trasysIdentifier "^K "he=e-1 89 syn match trasysIdentifier "^D "he=e-1 90 syn match trasysIdentifier "^I "he=e-1 91 syn match trasysIdentifier "^N "he=e-1 92 syn match trasysIdentifier "^M "he=e-1 94 syn match trasysIdentifier "^S "he=e-1 108 syn match trasysBlank "' \+'"hs=s+1,he=e-1
|
| H A D | quake.vim | 124 syn region quake3Red contained start=+\^1+hs=e+1 end=+[$^"\n]+he=e-1 125 syn region quake3Green contained start=+\^2+hs=e+1 end=+[$^"\n]+he=e-1 126 syn region quake3Yellow contained start=+\^3+hs=e+1 end=+[$^"\n]+he=e-1 127 syn region quake3Blue contained start=+\^4+hs=e+1 end=+[$^"\n]+he=e-1 128 syn region quake3Cyan contained start=+\^5+hs=e+1 end=+[$^"\n]+he=e-1 129 syn region quake3Purple contained start=+\^6+hs=e+1 end=+[$^"\n]+he=e-1 130 syn region quake3White contained start=+\^7+hs=e+1 end=+[$^"\n]+he=e-1 131 syn region quake3Orange contained start=+\^8+hs=e+1 end=+[$^\"\n]+he=e-1 132 syn region quake3Grey contained start=+\^9+hs=e+1 end=+[$^"\n]+he=e-1 133 syn region quake3Black contained start=+\^0+hs=e+1 end=+[$^"\n]+he=e-1 [all …]
|
| H A D | m4.vim | 29 syn region m4Command matchgroup=m4Preproc start="\<\(m4_\)\=\(include\|sinclude\)("he=e-1 end=")… 30 …changecom\|changequote\|changeword\|m4wrap\|debugfile\|divert\|undivert\)("he=e-1 end=")" contains… 31 …|regexp\|substr\|translit\|patsubst\|format\|incr\|decr\|eval\|maketemp\)("he=e-1 end=")" contains… 33 syn region m4Command matchgroup=m4Type start="\<\(m4_\)\=\(undefine\|popdef\)("he=e-1 end=")"… 34 syn region m4Function matchgroup=m4Type start="\<[_A-Z][_A-Z0-9]*("he=e-1 end=")" contains=@m4…
|
| H A D | chordpro.vim | 38 …syn region chordproOptions start=/{\w*:/hs=e+1 end=/}/he=s-1 contains=chordproDirOptMatch contained 39 …syn region chordproOptions start=/{define:/hs=e+1 end=/}/he=s-1 contains=chordproDirOptMatch, chor… 46 syn region chordproTab start=/{start_of_tab}\|{sot}/hs=e+1 end=/{end_of_tab}\|{eot}/he=s-1 contains… 48 syn region chordproChorus start=/{start_of_chorus}\|{soc}/hs=e+1 end=/{end_of_chorus}\|{eoc}/he=s-1…
|
| H A D | sather.vim | 24 syn match satherConditional "near *[^(]"he=e-1 25 syn match satherConditional "far *[^(]"he=e-1 38 syn match satherType "near *("he=e-1 39 syn match satherType "far *("he=e-1
|
| H A D | racc.vim | 21 \ start='\<class\>' end='\<rule\>'he=e-4 102 \ start='^---- header.*' end='^----'he=e-4 106 \ start='^---- inner.*' end='^----'he=e-4 110 \ start='^---- footer.*' end='^----'he=e-4
|
| H A D | sm.vim | 17 syn match smDefine "^O\s"he=e-1 18 syn match smDefine "^M[a-zA-Z0-9]\+,"he=e-1 22 syn match smMesg "\S*="he=e-1 contained nextgroup=smPrecedence
|
| H A D | gitcommit.vim | 50 syn match gitcommitDiscardedType "\t\@<=[[:lower:]][^:]*[[:lower:]]: "he=e-2 contained containedi… 51 syn match gitcommitSelectedType "\t\@<=[[:lower:]][^:]*[[:lower:]]: "he=e-2 contained containedin… 52 syn match gitcommitUnmergedType "\t\@<=[[:lower:]][^:]*[[:lower:]]: "he=e-2 contained containedin…
|
| H A D | gitolite.vim | 63 syn match gitoliteTplRole '\S\+\s*='he=e-1 contained 67 syn match gitoliteTplError '^\s*\(-\|R\|RW+\?C\?D\?\)\s'he=e-1 contained 68 syn match gitoliteTplError '^\s*\(config\|option\|include\|subconf\)\s'he=e-1 contained
|
| H A D | help.vim | 24 syn match helpHyperTextEntry "\*[^"*|]\+\*\s"he=e-1 contains=helpStar 28 syn match helpHyperTextEntry "\*[#-)!+-~]\+\*\s"he=e-1 contains=helpStar 47 syn match helpCommand "`[^` \t]\+`"hs=s+1,he=e-1 contains=helpBacktick 48 syn match helpCommand "\(^\|[^a-z"[]\)\zs`[^`]\+`\ze\([^a-z\t."']\|$\)"hs=s+1,he=e-1 contains=help… 66 syn match helpSpecial "N N"he=s+1
|
| H A D | tf.vim | 49 syn match tfOperator "/[^*~@]"he=e-1 52 syn match tfOperator "$\+[([{]"he=e-1,me=e-1 53 syn match tfOperator "\^\[\+"he=s+1 contains=tfSpecialCharEsc 72 syn match tfIdentifier "%\+[{]"he=e-1,me=e-1
|
| H A D | help_ru.vim | 15 syntax match helpHyperTextEntry "\*[^"*|]\+\*\s"he=e-1 contains=helpStar 39 syntax match helpCommand "\":[A-Za-z!]\+\""hs=s+1,he=e-1
|
| H A D | d.vim | 152 syn match dVersion "\<version\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+7 contains=dVersionIdentifier 156 syn match dStatement "\<scope\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+5 contains=dScopeIdentifier 160 syn match dStatement "\<__traits\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+8 contains=dTraitsIdentifier 164 syn match dPragma "\<pragma\s*([_a-zA-Z][_a-zA-Z0-9]*\>"he=s+6 contains=dPragmaIdentifier 171 syn match dExtern "\<extern\s*([_a-zA-Z][_a-zA-Z0-9\+]*\>"he=s+6 contains=dExternIdentifier 193 syn match dUserLabel "^\s*[_$a-zA-Z][_$a-zA-Z0-9_]*\s*:"he=e-1 contains=dLabel,dScopeDecl,dEnum 209 …syn region dBlockCommentString contained start=+"+ end=+"+ end=+\*/+me=s-1,he=s-1 contains=dCommen… 210 …syn region dNestedCommentString contained start=+"+ end=+"+ end="+"me=s-1,he=s-1 contains=dComment… 401 syn region dAsmBody start="asm[\n]*\s*{"hs=e+1 end="}"he=e-1 contains=dAsmStatement,dAsmOpCode,@dCo…
|
| H A D | msidl.vim | 38 syn match msidlAttribute /uuid(.*)/he=s+4 contains=msidlUUID 39 syn match msidlAttribute /helpstring(.*)/he=s+10 contains=msidlString
|
| H A D | rust.vim | 113 syn match rustModPath "\w\(\w\)*::[^<]"he=e-3,me=e-3 116 syn match rustFuncCall "\w\(\w\)*("he=e-1,me=e-1 117 syn match rustFuncCall "\w\(\w\)*::<"he=e-3,me=e-3 " foo::<T>(); 126 syn match rustSigil display /&\s\+[&~@*][^)= \t\r\n]/he=e-1,me=e-1 127 syn match rustSigil display /[&~@*][^)= \t\r\n]/he=e-1,me=e-1
|
| /vim-8.2.3635/runtime/spell/he/ |
| H A D | main.aap | 12 all: $SPELLDIR/he.utf-8.spl $SPELLDIR/he.iso-8859-8.spl ../README_he.txt 14 $SPELLDIR/he.utf-8.spl : $FILES 16 $VIM -u NONE -e -c "mkspell! $SPELLDIR/he he_IL" -c q 18 $SPELLDIR/he.iso-8859-8.spl : $FILES 20 -c "mkspell! $SPELLDIR/he he_IL" -c q
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | desert.vim | 9 " :he group-name 10 " :he highlight-groups 11 " :he cterm-colors
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrwSettings.vim | 231 exe "he ".varhelp 236 he netrw-settings 238 he netrw-externapp 240 he netrw-variables 242 he netrw-browse-var
|
| H A D | syntaxcomplete.vim | 621 " \%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\? 631 …if syn_list =~ '\<match \/\zs.\{-}\<\w\{3,}\>.\{-}\ze\\\@<!\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\… 633 …tute( syn_list, '\<match \/\zs.\{-}\ze\\%\?(.\{-}\\\@<!\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\… 635 … = substitute( syn_list, '\<match \/.\{-}\\)\zs.\{-}\ze\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\… 639 …st, '\%(\<match \/[^/]\{-}\)\@<=\[[^]]*\]\ze.\{-}\\\@<!\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\… 641 … '\%(\<match \/[^/]\{-}\)\@<=\<\w\{1,2}\>\ze.\{-}\\\@<!\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\… 649 … substitute( syn_list, '\<match \/\zs\(.\{-}\)\ze\\\@<!\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)\… 653 …let syn_list = substitute( syn_list, '\<match \/\(.\{-}\)\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\… 657 …" let syn_list = substitute( syn_list, '\<match \/[^\/]*\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S\+\)… 658 …let syn_list = substitute( syn_list, '\<match \/\%(.\{-}\)\?\/\%(\%(ms\|me\|hs\|he\|rs\|re\|lc\)\S…
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | hebrewp_utf-8.vim | 29 h <char-0x5d4> " � - he 83 X-h <Char-0xfb23> " Alternative he 100 X.h <Char-0xfb34> " he+dagesh
|
| H A D | hebrew_utf-8.vim | 31 v <char-0x5d4> " ה - he 89 X-h <Char-0xfb23> " Alternative he 106 X.h <Char-0xfb34> " he+dagesh
|