| /vim-8.2.3635/src/ |
| H A D | search.c | 3666 matched = FALSE; in find_pattern_in_path() 3671 matched = TRUE; in find_pattern_in_path() 3683 matched = FALSE; in find_pattern_in_path() 3692 if (matched in find_pattern_in_path() 3696 if (matched in find_pattern_in_path() 3717 if (matched) in find_pattern_in_path() 3915 matched = FALSE; in find_pattern_in_path() 3942 files[old_files].matched = files[depth].matched; in find_pattern_in_path() 4401 int matched; in fuzzy_match_recursive() local 4479 if (matched) in fuzzy_match_recursive() [all …]
|
| H A D | if_cscope.c | 1219 int matched = 0; in cs_find_common() local 1223 &contexts, &matched); in cs_find_common() 1228 (void)cs_manage_matches(matches, contexts, matched, Store); in cs_find_common() 1802 int *matched) in cs_fill_results() argument 1863 *matched = totsofar; in cs_fill_results()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 283 let s:when_no_matched_or_others = '\%(\<when\>\%(\s\+\%(\%(\<not\>\s\+\)\?<matched\>\)\|\<others\>\… 322 " when not matched 323 " when matched 360 \ '\<when\s\+not\s\+matched\>:' . 361 \ '\<when\s\+matched\>,' .
|
| H A D | verilog.vim | 45 " Let the matchit plugin know what items can be matched.
|
| H A D | hamster.vim | 46 " Let the matchit plugin know what items can be matched.
|
| H A D | vhdl.vim | 34 " Let the matchit plugin know what items can be matched.
|
| H A D | vim.vim | 88 " Let the matchit plugin know what items can be matched.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_searchpos.vim | 17 " Now with \zs, first match is in column 0, "a" is matched.
|
| H A D | test_ins_complete.vim | 351 return ['matched'] 359 …call assert_equal("matched{'pum_visible': 1, 'mode': 'function', 'selected': 0, 'items': [{'word':…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mail.vim | 26 " For "From " matching case is required. The "From " is not matched in quoted 36 " Headers in properly quoted (with "> " or ">") emails are matched
|
| H A D | antlr.vim | 43 " the dot is necessary as otherwise it will be matched as a keyword.
|
| H A D | javacc.vim | 47 " the dot is necessary as otherwise it will be matched as a keyword.
|
| H A D | routeros.vim | 22 " variables are matched by looking at strings ending with "=", e.g. var=
|
| H A D | ninja.vim | 24 " Comments are only matched when the # is at the beginning of the line (with
|
| H A D | iss.vim | 8 " - The parameter String: is matched as flag string (because of case ignore).
|
| H A D | go.vim | 392 " 3. Have the start of highlight (hs) be the start of matched 457 " matched as comments to avoid looking like working build constraints.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_12.txt | 124 They refer to the text matched by the "\( \)" parts in the pattern. "\2" 125 refers to the text matched by the second "\( \)", which is the "First" name. 128 command. "\0" stands for the whole matched pattern. There are a few more 295 with nothing, effectively deleting the matched white space.
|
| H A D | pattern.txt | 541 |/\1| \1 \1 same string as matched by first \(\) 553 |/\%[]| \%[] \%[] a sequence of optionally matched atoms 595 matched and in what way. This is called a multi. See |/multi| for an 678 "bar" matched. 1067 character is matched. 1075 \1 Matches the same string that was matched by */\1* *E65* 1082 in the pattern (going left to right), NOT based on what is matched 1108 end-of-line is also matched when the collection starts with "^"! Thus 1176 - An equivalence class. This means that characters are matched that 1218 \%[] A sequence of optionally matched atoms. This always matches. [all …]
|
| H A D | autocmd.txt | 555 when it's used. The pattern is matched 604 The pattern is matched against the 806 pattern is matched against the filetype. 864 when it's used. The pattern is matched 923 The pattern is matched against one or two 933 matched against `'old_mode:new_mode'`, for 953 matched against the long option name. 1003 The pattern is matched against the command 1028 pattern is matched against the {serverid}. 1088 it can't be found. The pattern is matched [all …]
|
| H A D | pi_paren.txt | 32 The characters to be matched come from the 'matchpairs' option. You can
|
| H A D | testing.txt | 357 used as patterns. The first pattern is matched against the 360 < The second pattern, if present, is matched against the last 376 When {context} is present it is used as a pattern and matched
|
| H A D | change.txt | 774 matched pattern is deleted. The separator after {pattern} can also be left 807 & \& replaced with the whole matched pattern *s/\&* 809 \0 replaced with the whole matched pattern *\0* *s/\0* 810 \1 replaced with the matched pattern in the first 812 \2 replaced with the matched pattern in the second 815 \9 replaced with the matched pattern in the ninth 937 The |submatch()| function can be used to obtain matched text. The whole 938 matched text can be accessed with "submatch(0)". The text matched with the 1901 the text matched with {pattern} is skipped, so that
|
| H A D | quickfix.txt | 372 pattern is matched against the filename, module name, 562 pattern. Both the file name and the text of the entries are matched against 1371 |efm-entries| for how to deal with them. Note that a literal "%" is matched 1413 following the rest of the line is matched. If "%f" is followed by a '%' or a 1535 Important: There is no memory of what part of the errorformat matched before; 1540 be matched to the pattern aa, then bb, then cc, etc. Just because cc matched 1550 %O single-line file message: overread the matched part 1668 This can be matched with this 'errorformat' entry: 1807 "+E", and can be matched with the following: >
|
| /vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/ |
| H A D | cfilter.vim | 10 " matched against {pat}. If ! is supplied, then entries not matching
|
| /vim-8.2.3635/runtime/autoload/dist/ |
| H A D | ft.vim | 713 if kwline == 1 " lpat matched 715 elseif kwline == 2 " cpat matched 717 endif " If neither matched, keep default set above.
|