| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 64 " s:pat parsed version of b:match_words 333 let parsed = "" 340 let parsed = parsed . ini 347 let parsed = parsed . ":" . s:Resolve(ini, word, "word") 349 let parsed = parsed . "," 351 let parsed = substitute(parsed, ',$', '', '') 352 return parsed 548 " pat = all of b:match_words with backrefs parsed 588 " s:pat parsed version of b:match_words
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 88 example, "\(foo\|bar\):end\1" is parsed to yield 90 nested groups. If debugging is turned on, the parsed version is saved as 129 Next, the script looks through |b:match_words| (original and parsed versions) 350 The b:match_pat variable is set to |b:match_words| with |backref|s parsed.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ninja.vim | 52 " Strings are parsed as follows:
|
| H A D | django.vim | 26 syn keyword djangoStatement contained parsed regroup reversed spaceless
|
| H A D | apache.vim | 29 " Following is to prevent escaped quotes from being parsed as strings.
|
| H A D | html.vim | 147 " server-parsed commands
|
| H A D | pike.vim | 248 " These should actually only be parsed in preprocessor conditionals
|
| H A D | php.vim | 101 " included, meaning that this is parsed as `<?php';`, i.e. the start of a 145 " server-parsed commands
|
| H A D | raku.vim | 168 …\|shape\|prec\|irs\|ofs\|ors\|export\|deep\|binary\|unary\|reparsed\|rw\|parsed\|cached\|readonly\…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_termcodes.vim | 1609 " Termresponse is only parsed when t_RV is not empty. 1637 " Termresponse is only parsed when t_RV is not empty. 1671 " Termresponse is only parsed when t_RV is not empty. 1697 " Termresponse is only parsed when t_RV is not empty. 1729 " Termresponse is only parsed when t_RV is not empty. 1755 " Termresponse is only parsed when t_RV is not empty. 1790 " Termresponse is only parsed when t_RV is not empty.
|
| H A D | test_cindent.vim | 2317 /* Make sure that cino=X0s is not parsed like cino=Xs. */ 2335 /* Make sure that cino=X0s is not parsed like cino=Xs. */
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickfix.txt | 482 entries parsed from lines. The following shows how to use a custom 681 window to a file and use ":cfile" to have it parsed and used as the new error 1166 Once the results are parsed, Vim loads the first file containing a match and 1306 are parsed by Vim and presented for you in quick-fix mode. 1521 Error format strings are always parsed pattern by pattern until the first 1570 properly parsed by an error format like this: > 1708 Quickfix maintains a stack for saving all used directories parsed from the 1911 parsed in the next go until the end of line is reached. 1927 Note that in some cases file names in the LaTeX output log cannot be parsed
|
| H A D | textprop.txt | 87 Nevertheless, when text is inserted or deleted the text may need to be parsed
|
| H A D | vim9.txt | 35 slow, each line is parsed every time it is executed. 72 Note that {cmd} cannot use local variables, since it is parsed 962 can bail out, and the following lines are not parsed: > 1809 parsed twice, which is slower, and some conditions at the script level, such
|
| H A D | syntax.txt | 2441 If you do not want complex things like '@{${"foo"}}' to be parsed: > 4643 The file will be parsed from the start. This makes syntax highlighting 4644 accurate, but can be slow for long files. Vim caches previously parsed text, 4646 when making changes some part of the text needs to be parsed again (worst 4683 means {N} extra lines need to be parsed, which makes this method a bit slower. 4727 slower, because more text needs to be parsed.
|
| H A D | channel.txt | 741 been received and not parsed correctly.
|
| H A D | eval.txt | 908 All expressions within one level are parsed from left to right. 10924 can be parsed back with |eval()|. 10992 If the {timestring} cannot be parsed with {format} zero is 13399 < The commands still need to be parsed to find the
|
| H A D | pi_netrw.txt | 847 g:netrw_machine Holds machine name parsed from input
|
| H A D | version8.txt | 7869 Problem: JSON messages are not parsed properly. 12178 Problem: 'errorformat' is parsed for every call to ":caddexpr". Can't add 12180 Solution: Keep the previously parsed data when appropriate. (mostly by 30542 Problem: String format of a Blob can't be parsed back. 37627 Problem: Negative float before method not parsed correctly. 48004 Solution: Adjust how a command is parsed. 49074 Problem: Vim9: optional argument type not parsed properly. 49080 Problem: Vim9: varargs argument type not parsed properly.
|
| H A D | version6.txt | 13077 Problem: Commands after "perl <<EOF" are parsed as Vim commands when they
|
| H A D | version7.txt | 15192 parsed correctly. (Andy Wokula)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 224 " This is handled separately so that "=<<" will be parsed as 359 " The line has already been parsed 365 " The line should be parsed now
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 571 \ , "-ddump-parsed" 1112 \ , "-ddump-parsed" 1113 \ , "-ddump-parsed-ast"
|