Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim64 " 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 Dmatchit.txt88 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 Dninja.vim52 " Strings are parsed as follows:
H A Ddjango.vim26 syn keyword djangoStatement contained parsed regroup reversed spaceless
H A Dapache.vim29 " Following is to prevent escaped quotes from being parsed as strings.
H A Dhtml.vim147 " server-parsed commands
H A Dpike.vim248 " These should actually only be parsed in preprocessor conditionals
H A Dphp.vim101 " included, meaning that this is parsed as `<?php';`, i.e. the start of a
145 " server-parsed commands
H A Draku.vim168 …\|shape\|prec\|irs\|ofs\|ors\|export\|deep\|binary\|unary\|reparsed\|rw\|parsed\|cached\|readonly\…
/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim1609 " 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 Dtest_cindent.vim2317 /* 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 Dquickfix.txt482 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 Dtextprop.txt87 Nevertheless, when text is inserted or deleted the text may need to be parsed
H A Dvim9.txt35 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 Dsyntax.txt2441 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 Dchannel.txt741 been received and not parsed correctly.
H A Deval.txt908 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 Dpi_netrw.txt847 g:netrw_machine Holds machine name parsed from input
H A Dversion8.txt7869 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 Dversion6.txt13077 Problem: Commands after "perl <<EOF" are parsed as Vim commands when they
H A Dversion7.txt15192 parsed correctly. (Andy Wokula)
/vim-8.2.3635/runtime/indent/
H A Derlang.vim224 " 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 Dhaskellcomplete.vim571 \ , "-ddump-parsed"
1112 \ , "-ddump-parsed"
1113 \ , "-ddump-parsed-ast"