| /vim-8.2.3635/runtime/syntax/ |
| H A D | usserverlog.vim | 25 syn match usserverlog_Profile /in profile set \zs\S\{1,8}\ze/ 29 syn match usserverlog_Profile /Profileset=\zs\S\{1,8}\ze,/ 30 syn match usserverlog_Profile /profileset=\zs\S\{1,8}\ze/ 32 syn match usserverlog_Profile /Profile name \zs\"\S\{1,8}\"/ 33 syn match usserverlog_Profile / Profile: \zs\S\{1,8}/ 34 syn match usserverlog_Profile / Profile: \zs\S\{1,8}\ze, / 35 syn match usserverlog_Profile /, profile: \zs\S\{1,8}\ze,/ 37 syn match usserverlog_Profile /found Profile: \zs\S\{1,8}\ze,/ 41 syn match usserverlog_Profile /Full of \zs\S\{1,8}\ze$/ 42 syn match usserverlog_Profile /Incr. of \zs\S\{1,8}\ze$/ [all …]
|
| H A D | upstreamlog.vim | 24 syn match upstreamlog_Profile /Now running profile \zs\S\{1,8}\ze/ 25 syn match upstreamlog_Profile /in profile set \zs\S\{1,8}\ze/ 27 syn match upstreamlog_Profile /Profileset=\zs\S\{1,8}\ze,/ 29 syn match upstreamlog_Profile /Profile name \zs\"\S\{1,8}\"/ 30 syn match upstreamlog_Profile / Profile: \zs\S\{1,8}/ 31 syn match upstreamlog_Profile / Profile: \zs\S\{1,8}\ze, / 32 syn match upstreamlog_Profile /, profile: \zs\S\{1,8}\ze,/ 33 syn match upstreamlog_Profile /found Profile: \zs\S\{1,8}\ze,/ 36 syn match upstreamlog_Profile /Full of \zs\S\{1,8}\ze$/ 37 syn match upstreamlog_Profile /Incr. of \zs\S\{1,8}\ze$/ [all …]
|
| H A D | usw2kagtlog.vim | 25 syn region usw2kagtlog_Process start="Ending the processing for a \zs\"" end="\ze client" 30 syn match usw2kagtlog_Profile /Profile name \zs\"\S\{1,8}\"/ 31 syn match usw2kagtlog_Profile / Profile: \zs\S\{1,8}/ 32 syn match usw2kagtlog_Profile / Profile: \zs\S\{1,8}\ze, / 33 syn match upstreamlog_Profile /Backup Profile: \zs\S\{1,8}\ze Version date/ 34 syn match upstreamlog_Profile /Backup profile: \zs\S\{1,8}\ze Version date/ 35 syn match usw2kagtlog_Profile /Full of \zs\S\{1,8}\ze$/ 36 syn match usw2kagtlog_Profile /Incr. of \zs\S\{1,8}\ze$/ 37 syn match usw2kagtlog_Profile /profile name "\zs\S\{1,8}\ze"/ 39 syn region usw2kagtlog_Target start="Computer: \zs" end="\ze[\]\)]" [all …]
|
| H A D | asterisk.vim | 24 syn match asteriskPattern "[^A-Za-z0-9,]\zs[[:alnum:]#*]\+\ze" contained 25 syn match asteriskApp ",\zs[a-zA-Z]\+\ze$" 26 syn match asteriskApp ",\zs[a-zA-Z]\+\ze(" 28 syn match asteriskPriority "\zs[[:digit:]]\+\(+[[:alpha:]][[:alnum:]_]*\)\?\(([[:alpha… 30 syn match asteriskPriority "\zs[[:alpha:]][[:alnum:]_]*+[[:digit:]]\+\(([[:alpha:]][[:… 32 syn match asteriskPriority "\zs[sn]\(+[[:digit:]]\+\)\?\(([[:alpha:]][[:alnum:]_]*)\)\… 33 syn match asteriskLabel "(\zs[[:alpha:]][[:alnum:]]*\ze)" contained 39 syn match asteriskVarLen "(\zs[[:alpha:]][[:alnum:]_]*(.\{-})\ze=" contains=asterisk… 48 syn match asteriskAuth "^\zs\(secret\|inkeys\|outkey\)\s*=\ze.*$"
|
| H A D | gift.vim | 58 syn match giftF "#\zs\_.\{-}\(\_^\|[^\\]\)\ze\(=\|\~\|#\|####\|}\)" contained co… 61 syn match giftGF "####\zs\_.\{-}\(\_^\|[^\\]\)\ze}" contained co… 77 syn match giftWeight "%\zs-*[0-9]\{1,2}\.\?[0-9]*\ze%" contained … 82 syn match giftWrongNum "\~\zs\_.\{-}\(\_^\|[^\\]\)\ze\(####\|}\)" contained co… 85 syn match giftWrong "\~\zs\_.\{-}\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained co… 86 syn match giftRight "=\zs\_.\{-}\(\ze->\|\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)\)" contained co… 88 syn match giftMatch "->\zs\_.\{-}\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained co… 97 syn match giftAnswerNumD "{\zs\_[[:space:]]*#" contained … 118 syn match giftCategory "^\s*\$CATEGORY:\zs.*\ze\n" contained … 126 syn match giftId "\[id:\zs\(\\]\|[^][:cntrl:]]\)\+\ze]" contained … [all …]
|
| H A D | dts.vim | 22 syn region cPreCondit start="^\s*\zs\(%:\|#\)\s*\(if\|ifdef\|ifndef\|elif\)\>" skip="\\$" end="$" k… 23 syn match cPreConditMatch display "^\s*\zs\(%:\|#\)\s*\(else\|endif\)\>" 26 …syn region cCppOutWrapper start="^\s*\zs\(%:\|#\)\s*if\s\+0\+\s*\($\|//\|/\*\|&\)" end=".\@=\|$" c… 34 …syn region cCppInWrapper start="^\s*\zs\(%:\|#\)\s*if\s\+0*[1-9]\d*\s*\($\|//\|/\*\||\)" end=".\@=… 47 syn match cInclude display "^\s*\zs\(%:\|#\)\s*include\>\s*["<]" contains=cIncluded 50 syn region cDefine start="^\s*\zs\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$" keepend conta… 51 syn region cPreProc start="^\s*\zs\(%:\|#\)\s*\(pragma\>\|line\>\|warning\>\|warn\>\|error\>\)" ski…
|
| H A D | flexwiki.vim | 32 syntax match flexwikiBold /\(^\|\W\)\zs\*\([^ ].\{-}\)\*/ 45 syntax match flexwikiCode /\(^\|\s\|(\|\[\)\zs@\([^@]\+\)@/ 48 syntax match flexwikiDelText /\(^\|\s\+\)\zs-\([^ <a ]\|[^ <img ]\|[^ -].*\)-/ 51 syntax match flexwikiInsText /\(^\|\W\)\zs+\([^ ].\{-}\)+/ 54 syntax match flexwikiSuperScript /\(^\|\W\)\zs^\([^ ].\{-}\)^/ 57 syntax match flexwikiSubScript /\(^\|\W\)\zs\~\([^ ].\{-}\)\~/ 60 syntax match flexwikiCitation /\(^\|\W\)\zs??\([^ ].\{-}\)??/
|
| H A D | dosini.vim | 21 syn match dosiniValue "=\zs.*" 22 syn match dosiniNumber "=\zs\s*\d\+\s*$" 23 syn match dosiniNumber "=\zs\s*\d*\.\d\+\s*$" 24 syn match dosiniNumber "=\zs\s*\d\+e[+-]\=\d\+\s*$"
|
| H A D | toml.vim | 43 syn match tomlDotInKey /\v[^.]+\zs\./ contained display 44 syn match tomlKey /\v(^|[{,])\s*\zs[[:alnum:]._-]+\ze\s*\=/ contains=tomlDotInKey display 45 syn region tomlKeyDq oneline start=/\v(^|[{,])\s*\zs"/ end=/"\ze\s*=/ contains=tomlEscape 46 syn region tomlKeySq oneline start=/\v(^|[{,])\s*\zs'/ end=/'\ze\s*=/ 52 syn region tomlKeyValueArray start=/=\s*\[\zs/ end=/\]/ contains=@tomlValue
|
| H A D | rexx.vim | 46 syn region rexxLabel contained start="\<\(call\|signal\)\>\s*\zs\(\k*\|(\)" end="\ze\(\s*\|;\|$\|(\… 51 syn match rexxLabel "name\s\+\zs\k\+\ze" containedin=rexxExceptionHandling 53 syn match rexxLabel "\<\(call\|signal\)\>\s\+\<\(on\|off\)\>\s*\zs\k\+\ze\s*\(;\|$\)" containedin=r… 55 syn region rexxLabel contained start="user\s\+\zs\k" end="\ze\(\s\|;\|$\)" containedin=rexxExceptio… 68 syn match doLoopSelectLabelRegion "\<\(do\|loop\|select\)\>\s\+\(label\s\+\)\?\(\s\+\k\+\s\+\zs\<ov… 71 syn match rexxLabel2 "\<\(do\|loop\|select\)\>\s\+label\s\+\zs\k*\ze" containedin=doLoopSelectLabel… 75 "rgf syn match rexxControlVariable "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\s\+\zs.*\ze\s\+\<… 78 syn match rexxStartValueAssignment "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\s\+\zs.*\ze\(=.*\)… 82 syn match rexxLabel2 "\<\(end\|leave\|iterate\)\>\s\+\zs\k*\ze" containedin=endIterateLeaveLabelReg… 205 syn region rexxVariable start="\zs\<\(\.\)\@!\K\k\+\>\ze\s*\(=\|,\|)\|%\|\]\|\\\||\|&\|+=\|-=\|<\|>… [all …]
|
| H A D | raku.vim | 261 \ end="\z1\zs" 269 \ end=")\zs" 275 \ end="\z1\zs" 283 \ end=")\zs" 289 \ end="\z1\zs" 297 \ end=")\zs" 303 \ end="\z1\zs" 311 \ end=")\zs" 347 \ end="\z1\zs" 670 \ end="\z1\zs" [all …]
|
| H A D | valgrind.vim | 35 \ start=+^==\zs+ 72 syn match valgrindFunc ": \zs\h[a-zA-Z0-9_:\[\]()<>&*+\-,=%!|^ @.]*\ze([^)]*)$" contained 73 syn match valgrindBin "(\(with\)\=in \zs\S\+)\@=" contained 74 syn match valgrindSrc "(\zs[^)]*:\d\+)\@=" contained
|
| H A D | pike.vim | 99 syn region pikeNest transparent start="(\zs\[" end="])" contains=@pikeMappElm,pikeBadSBAClose 102 syn region pikeNest transparent matchgroup=pikeSoftCast start=%(\zs\[[ \t\v\r\n.a-zA-Z0-9_():,|]\+]… 103 syn region pikeNest transparent start="(\zs{" end="})" contains=@pikeStmt,pikeBadSPAClose 104 syn region pikeNest transparent start="(\zs<" end=">)" contains=@pikeStmt,pikeBadSPClose keepend 253 syn match pikeCppPrefix display "^\s*\zs#\s*[a-z]\+" contained 255 syn match pikePreConditMatch display "^\s*\zs#\s*\%(else\|endif\)\>" 258 …syn region pikeCppOutWrapper start="^\s*\zs#\s*if\s\+0\+\s*\%($\|//\|/\*\|&\)" end=".\@=\|$" conta… 266 …syn region pikeCppInWrapper start="^\s*\zs#\s*if\s\+0*[1-9]\d*\s*\%($\|//\|/\*\||\)" end=".\@=\|$"… 279 syn match pikeInclude display "^\s*\zs#\s*include\>\s*["<]" contains=pikeIncluded 281 syn region pikeDefine start="^\s*\zs#\s*\%(define\|undef\)\>" skip="\\$" end="$" keepend contains=… [all …]
|
| H A D | c.vim | 380 syn match cPreConditMatch display "^\s*\zs\(%:\|#\)\s*\(else\|endif\)\>" 404 syn match cInclude display "^\s*\zs\(%:\|#\)\s*include\>\s*["<]" contains=cIncluded 407 syn region cDefine start="^\s*\zs\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$" keepend conta… 427 syn match cUserCont display "^\s*\zs\I\i*\s*:$" contains=@cLabelGroup 428 syn match cUserCont display ";\s*\zs\I\i*\s*:$" contains=@cLabelGroup 430 …syn match cUserCont display "^\s*\zs\%(class\|struct\|enum\)\@!\I\i*\s*:[^:]"me=e-1 contains=@cLab… 431 …syn match cUserCont display ";\s*\zs\%(class\|struct\|enum\)\@!\I\i*\s*:[^:]"me=e-1 contains=@cLab… 433 syn match cUserCont display "^\s*\zs\I\i*\s*:[^:]"me=e-1 contains=@cLabelGroup 434 syn match cUserCont display ";\s*\zs\I\i*\s*:[^:]"me=e-1 contains=@cLabelGroup 440 syn match cBitField display "^\s*\zs\I\i*\s*:\s*[1-9]"me=e-1 contains=cType [all …]
|
| H A D | asteriskvm.vim | 22 syn match zoneName "=\zs[[:alnum:]/_]\+\ze" contained 23 syn match zoneDef "|\zs.*\ze$" contained 31 syn match mailboxEmail ",\zs[^@=,]*@[[:alnum:]\-\.]\+\.[[:alpha:]]\{2,10}\ze" cont…
|
| H A D | sas.vim | 79 syn region sasComment start='\v%(^|;)\s*\zs\%=\*' end=';'me=s-1 contains=sasTodo 97 syn match sasGlobalStatement '\v%(^|;)\s*\zs\h\w*>' display transparent contains=sasGlobalStatement… 118 syn match sasDataStepStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasDataStepStateme… 129 syn match sasProcStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasProcStatementKeywor… 131 syn match sasProcStatement '\v%(^|;)\s*\zs%(format|informat)>' display contained contains=sasProcSt… 137 syn match sasGraphProcStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasGraphProcState… 144 syn match sasAnalyticalProcStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasAnalytica… 152 syn match sasODSGraphicsProcStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasODSGraph… 178 syn match sasProcSQLStatement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasProcSQLStatement… 191 syn match sasDS2Statement '\v%(^|;)\s*\zs\h\w*>' display contained contains=sasDS2StatementKeyword,… [all …]
|
| /vim-8.2.3635/src/ |
| H A D | crypt_zip.c | 91 zip_state_T *zs; in crypt_zip_init() local 93 zs = ALLOC_ONE(zip_state_T); in crypt_zip_init() 94 if (zs == NULL) in crypt_zip_init() 96 state->method_state = zs; in crypt_zip_init() 99 zs->keys[0] = 305419896L; in crypt_zip_init() 100 zs->keys[1] = 591751049L; in crypt_zip_init() 101 zs->keys[2] = 878082192L; in crypt_zip_init() 103 UPDATE_KEYS_ZIP(zs->keys, (int)*p); in crypt_zip_init() 127 DECRYPT_BYTE_ZIP(zs->keys, t); in crypt_zip_encode() 128 UPDATE_KEYS_ZIP(zs->keys, ztemp); in crypt_zip_encode() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mksession_utf8.vim | 76 exe 'normal! ' . s:c . '|zs' . 16 . '|' 78 exe 'normal! ' . s:c . '|zs' . 16 . '|' 80 exe 'normal! ' . s:c . '|zs' . 16 . '|' 82 exe 'normal! ' . s:c . '|zs' . 8 . '|' 84 exe 'normal! ' . s:c . '|zs' . 8 . '|' 86 exe 'normal! ' . s:c . '|zs' . 16 . '|' 88 exe 'normal! ' . s:c . '|zs' . 16 . '|' 90 exe 'normal! ' . s:c . '|zs' . 16 . '|' 92 exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
| H A D | test_checkpath.vim | 3 " Test for 'include' without \zs or \ze 34 " Test for 'include' with \zs and \ze 42 let &include='^\s*%inc\s*/\zs[^/]\+\ze' 73 " Test for 'include' with \zs and no \ze 82 let &include='^\s*%inc\s*\%([[:upper:]][^[:space:]]*\s\+\)\?\zs\S\+\ze'
|
| H A D | test_gn.vim | 42 let @/ = '\>\zs' 51 let @/ = '\zs' 100 let @/ = 'a:0\@!\zs\d\+' 122 " search using the \zs atom 215 /\v^func Tm\d\(\)\n.*\zs".*"\ze$
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 93 let s:all = substitute(s:pat, s:notslash . '\zs[,:]\+', '\\|', 'g') 103 \ s:notslash.'\zs[,:]*,[,:]*', ',', 'g') 173 let ini = substitute(ini, s:notslash . '\zs\\\(:\|,\)', '\1', 'g') 174 let mid = substitute(mid, s:notslash . '\zs\\\(:\|,\)', '\1', 'g') 175 let fin = substitute(fin, s:notslash . '\zs\\\(:\|,\)', '\1', 'g') 177 let ini = substitute(ini, s:notslash . '\zs\\(', '\\%(', 'g') 178 let mid = substitute(mid, s:notslash . '\zs\\(', '\\%(', 'g') 179 let fin = substitute(fin, s:notslash . '\zs\\(', '\\%(', 'g') 309 let tailBR = substitute(tailBR, s:notslash . '\zs\\' . d, 495 let word = substitute(word, s:notslash . '\zs:', '\\', 'g') [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 98 let entered_property = matchstr(line, '.\{-}\zs[a-zA-Z-]*$') 156 let vals = matchstr(line, '.*:\s*\zs.*') 171 let vals = matchstr(line, '.*:\s*\zs.*') 228 let vals = matchstr(line, '.*:\s*\zs.*') 375 let vals = matchstr(line, '.*:\s*\zs.*') 452 let vals = matchstr(line, '.*:\s*\zs.*') 596 let entered_imp = matchstr(line, '.\{-}!\s*\zs[a-zA-Z ]*$') 610 let afterat = matchstr(line, '.*@\zs.*') 614 let atrulename = matchstr(line, '.*@\zs[a-zA-Z-]\+\ze') 684 let filestart = matchstr(entered_atruleafter, '^.\zs.*') [all …]
|
| H A D | htmlcomplete.vim | 100 let sname = matchstr(getline('.'), '<script[^>]*src\s*=\s*\([''"]\)\zs.\{-}\ze\1') 143 let b:compl_context = matchstr(b:compl_context, '.*\zs<.*') 191 let context = matchstr(b:compl_context, '.\zs.*') 263 let attr = matchstr(context, '.*\s\zs.*') 312 let styletable += [matchstr(line, "href\\s*=\\s*[\"']\\zs\\f\\+\\ze")] 364 let class = matchstr(element, '^\.\zs[a-zA-Z][a-zA-Z0-9_-]*\ze') 372 let class = matchstr(element, '[a-zA-Z1-6]*\.\zs[a-zA-Z][a-zA-Z0-9_-]*\ze') 405 let used_id = map(id_list, 'matchstr(v:val, "[\"'']\\zs[a-zA-Z0-9_-]\\+\\ze")') 408 let allvalues = map(classes, 'matchstr(v:val, ".*#\\zs[a-zA-Z0-9_-]\\+")') 425 let entered_class = matchstr(attr, ".*=\\s*[\"']\\zs.*") [all …]
|
| H A D | sqlcomplete.vim | 339 let owner = matchstr( base, '^\zs.*\ze\..*\..*' ) 340 let table = matchstr( base, '^\(.*\.\)\?\zs.*\ze\..*' ) 341 let column = matchstr( base, '.*\.\zs.*' ) 418 " let base = matchstr( base, '^\(.*\.\)\?\zs.*' ) 715 let table_name = matchstr(a:table_name, '\%(.\{-}\.\)\?\zs\(.*\)' ) 768 " \zs - start the match now 773 " let owner = matchstr( a:object, '^\s*\zs.*\ze\.' ) 781 let owner = matchstr( a:table_name, '^\zs.*\ze\..*\..*' ) 783 let column = matchstr( a:table_name, '.*\.\zs.*' ) 887 " \ '\zs\(\("\|\[\)\?.\{-}\("\|\]\)\.\)\?'. [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | liquid.vim | 16 let b:liquid_subtype = matchstr(s:lines,'liquid_subtype=\zs\w\+') 18 let b:liquid_subtype = matchstr(&filetype,'^liquid\.\zs\w\+') 21 … let b:liquid_subtype = matchstr(substitute(expand('%:t'),'\c\%(\.liquid\)\+$','',''),'\.\zs\w\+$')
|