| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 206 " Dot token: . 290 " token: string 300 " token: string 415 " Find the token that directly precedes the given token. 435 " Find the token that directly succeeds the given token. 489 call s:Log(' Unexpected token ' . a:token . ', stack = ' . 540 " token. 929 if token ==# 'case' || token ==# 'try' || 1022 elseif token ==# '(' || token ==# '{' 1095 call s:Log(' "' . token . '" token (whose closing token ' . [all …]
|
| H A D | dtd.vim | 33 let token = strpart(a:input, start, end - start) 34 return [token, end] 54 let token = '(' 57 while token != "" 59 if token[0] == '(' 61 elseif token[0] == ')' 114 while token =~ '[-O]' && n < 2 118 if token == "" 126 if token != '(' 149 let [token, end] = s:lex(line, end) [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 372 else: token = pre 373 name.append(token) 388 if token == 'as': name2, token = self._parsedotname() 390 while token != "," and "\n" not in token: 450 elif token == '(' or token == 'tuple': 452 elif token == '[' or token == 'list': 454 elif token == '{' or token == 'dict': 458 elif token == 'open' or token == 'file': 465 assign += token 536 #dbg( 'main: token=[%s] indent=[%s]' % (token,indent)) [all …]
|
| H A D | pythoncomplete.vim | 390 else: token = pre 391 name.append(token) 406 if token == 'as': name2, token = self._parsedotname() 408 while token != "," and "\n" not in token: 468 elif token == '(' or token == 'tuple': 470 elif token == '[' or token == 'list': 472 elif token == '{' or token == 'dict': 476 elif token == 'open' or token == 'file': 483 assign += token 554 #dbg( 'main: token=[%s] indent=[%s]' % (token,indent)) [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 124 foreach my $token ( split /((?:\|[^\|]+\|)|(?:\*[^\*]+\*))/ ) { 125 if ( $token =~ /^\|([^\|]+)\|/ ) { 130 elsif ( $token =~ /^\*([^\*]+)\*/ ) { 137 $_ = esctext($token);
|
| H A D | ft_rust.txt | 47 Set this option to turn on |conceal| for the path connecting token 54 Set this option to turn on |conceal| for the "pub" token: >
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | coverity.yml | 20 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=vim" -O c… 72 curl --form token=$TOKEN \
|
| /vim-8.2.3635/src/ |
| H A D | if_perl.xs | 856 char *token = (char *)s; in msg_split() local 858 while ((next = strchr(token, '\n')) && !got_int) in msg_split() 861 msg_attr(token, attr); in msg_split() 862 token = next; in msg_split() 864 if (*token && !got_int) in msg_split() 865 msg_attr(token, attr); in msg_split()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | rnc.vim | 44 syn keyword rncKeyword notAllowed parent start string text token
|
| H A D | ayacc.vim | 29 syn match ayaccKey "^[ \t]*%\(token\|type\|left\|right\|start\|ident\)\>"
|
| H A D | pccts.vim | 27 syn match pcctsDirective "^\s*#token\>.*$" contains=pcctsString,pcctsAction,pcctsTokenName,pcctsCo…
|
| H A D | racc.vim | 48 syn keyword raccTokenDecl contained token
|
| H A D | yacc.vim | 63 syn match yaccKey "^\s*%\(token\|type\|left\|right\|start\|ident\|nonassoc\)\>" contained
|
| H A D | ant.vim | 83 syn keyword antElement display to token tokenfilter touch transaction translate triggers trim tstam…
|
| H A D | xquery.vim | 33 …th\|hexBinary\|base64Binary\|anyURI\|QName\|NOTATION\|\|normalizedString\|token\|language\|IDREFS\…
|
| H A D | docbk.vim | 130 syn keyword docbkKeyword token tr trademark type uri userinput contained
|
| H A D | btm.vim | 11 "//- After unary operators like "defined" can assume token type.
|
| H A D | rust.vim | 161 " or by another ".", which makes them integer literals followed by the ".." token.
|
| H A D | stata.vim | 163 syn keyword stataCommand token[ize]
|
| H A D | raku.vim | 164 syn match rakuDeclareRegex display "[.^]\@1<!\<\%(regex\|rule\|token\)\>" nextgroup=rakuRegexName s… 1961 …m\|subset\|class\|sub\%(method\)\?\|multi\|method\|slang\|grammar\|regex\|token\|rule\)\>[^{]\+\%(…
|
| H A D | d.vim | 179 " dTokens is used by the token string highlighting
|
| H A D | aml.vim | 57 … round scratchname search show sin sort sqrt subst substr suffix tan task token translate trim tru…
|
| H A D | postscr.vim | 109 syn keyword postscrOperator string anchorsearch search token
|
| H A D | php.vim | 845 " - eval() is the token 'make_your_code_twice_as_complex()' function for PHP.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_startup.vim | 317 call writefile(["Xbadfile.c:4:12: error: expected ';' before '}' token"], 'errors.err') 322 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"], 329 call writefile(["Xbadfile.c:4:12: error: expected ';' before '}' token"], 'Xerrors') 334 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"], 344 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
|