| /vim-8.2.3635/runtime/syntax/ |
| H A D | ruby.vim | 257 for s:delimiter in keys(s:names) 258 let s:group = 'ruby' . s:names[s:delimiter] . 'Escape' 260 if s:delimiter =~ '[\"]' 261 let s:delimiter = '\' . s:delimiter 264 exe 'syn match ' . s:group . ' "\V\\' . s:delimiter . '" contained display' 266 …ercentStringDelimiter start="\V%q' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\… 267 …ercentStringDelimiter start="\V%w' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\… 268 …ercentSymbolDelimiter start="\V%s' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\… 269 …ercentSymbolDelimiter start="\V%i' . s:delimiter . '" end="\V' . s:delimiter . '" skip="\V\\\\\|\\… 273 unlet s:delimiter s:group s:names
|
| H A D | jproperties.vim | 68 " treat the delimiter specially to get colours right 71 " catch the bizarre case of no identifier; a special case of delimiter 83 " treat the delimiter specially to get colours right; this time the 84 " delimiter must contain = or :
|
| H A D | gift.vim | 71 … ":" contained "Associated delimiter 74 … "\.\." contained "Associated delimiter 97 … contained "Associated delimiter 112 … contained "Associated delimiter
|
| H A D | asciidoc.vim | 15 " - If a closing Example Block delimiter may be mistaken for a title 17 " delimiter. 96 " Allowing leading \w characters in the filter delimiter is to accomodate
|
| H A D | art.vim | 27 syn match delimiter "[()|&~]"
|
| H A D | sed.vim | 47 " @ is used as delimiter and treated on its own below
|
| H A D | natural.vim | 48 syn keyword naturalKeyword examine full replace giving separate delimiter modified
|
| H A D | rst.vim | 93 " Only escape the first char of a multichar delimiter (e.g. \* inside **)
|
| H A D | haskell.vim | 15 " hs_highlight_delimiters - Highlight delimiter characters--users
|
| H A D | monk.vim | 144 " ... and a single dot is not a number but a delimiter
|
| H A D | initex.vim | 136 …\ '\\\%(abovewithdelims\|delimiter\|display\%(limits\|style\)\|l\=eqno\|left\|\%(no\)\=limits\|mat…
|
| H A D | pike.vim | 31 " Supports array, multiset, mapping multi-character delimiter matching
|
| H A D | aml.vim | 49 …ta update date format datafile create datafile management decode define delimiter dfmt directory m…
|
| H A D | sas.vim | 128 …ents copy create datarow dbencoding define delete deletefunc deletesubr delimiter device dialog du…
|
| H A D | progress.vim | 64 syn keyword ProgressReserved default-noxl[ate] default-window def[ine] delete delimiter desc[ending…
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds.pro | 30 char_u *skip_substitute(char_u *start, int delimiter);
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 3638 skip_substitute(char_u *start, int delimiter) in skip_substitute() argument 3644 if (p[0] == delimiter) // end delimiter found in skip_substitute() 3689 int delimiter; in ex_substitute() local 3753 delimiter = *cmd++; // remember delimiter character in ex_substitute() 3758 delimiter = *cmd++; // remember delimiter character in ex_substitute() 3760 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), in ex_substitute() 3762 if (cmd[0] == delimiter) // end delimiter found in ex_substitute() 3771 cmd = skip_substitute(cmd, delimiter); in ex_substitute()
|
| H A D | vim9compile.c | 9302 int delimiter = *cmd++; in compile_substitute() local 9305 cmd = skip_regexp_ex(cmd, delimiter, magic_isset(), NULL, NULL, NULL); in compile_substitute() 9306 if (cmd[0] == delimiter && cmd[1] == '\\' && cmd[2] == '=') in compile_substitute() 9317 end = skip_substitute(cmd, delimiter); in compile_substitute() 9326 end[-1] = delimiter; in compile_substitute() 9328 trailing_error = *cmd != delimiter && *cmd != NUL; in compile_substitute()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | julia.vim | 80 " the delimiter of a block
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | php.vim | 453 let s:SynPHPMatchGroups = {'phpparent':1, 'delimiter':1, 'define':1, 'storageclass':1, 'structure':… 709 " Things always indented at col 1 (PHP delimiter: <?, ?>, Heredoc end) {{{
|
| H A D | ruby.vim | 410 " If we are at the closing delimiter of a "<<" heredoc-style string, set the 718 " Check if the character at lnum:col is inside a string delimiter
|
| H A D | falcon.vim | 86 " Check if the character at lnum:col is inside a string delimiter
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 865 " 2. A ; at the end of a line (the delimiter) 866 " 3. The end of the file (in case no delimiter)
|
| H A D | phpcomplete.vim | 2775 …delimiter, string $string [, int $limit] | array','fprintf(':'resource $handle, string $format [, … 2781 …delimiter = '','' [, string $enclosure = ''"'' [, string $escape = ''\\'']]]] | array','fgets(':'r… 2808 …y $rows [, string $delimiter [, string $null_as]] | bool','pg_copy_to(':'resource $connection, str… 2809 … = 0 [, int $offset = 0]]] | int','preg_quote(':'string $str [, string $delimiter = NULL] | string… 2815 …delimiter = "," [, string $enclosure = "\"" [, string $escape = "\\"]]] | array','return_type':'ar…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | change.txt | 639 The delimiter doesn't need to be /, see 640 |pattern-delimiter|. 782 *pattern-delimiter* *E146*
|