Searched refs:pairs (Results 1 – 25 of 44) sorted by relevance
12
| /vim-8.2.3635/runtime/syntax/ |
| H A D | debcontrol.vim | 36 let s:pairs = [ 46 exe 'syn keyword debcontrolArchitecture contained '. join(s:pairs) 48 unlet s:kernels s:archs s:pairs
|
| H A D | spice.vim | 39 " Matching pairs of parentheses
|
| H A D | initng.vim | 71 " TODO: syntax check for ifd-endd pairs
|
| H A D | terminfo.vim | 32 syn keyword terminfoNumerics cols it lh lw lines lm xmc ma colors pairs wnum
|
| H A D | context.vim | 17 " Dictionary of (filetype, group) pairs to highlight between \startGROUP \stopGROUP.
|
| H A D | flexwiki.vim | 86 " Formatting can be turned off by ""enclosing it in pairs of double quotes""
|
| H A D | euphoria4.vim | 129 syn keyword euphoria4Library or_all pad_head pad_tail pairs parse
|
| H A D | lua.vim | 158 syn keyword luaFunc ipairs pairs
|
| H A D | progress.vim | 202 …tem] lc le leading left left-align[ed] left-trim length line list-events list-item-pairs list-items
|
| /vim-8.2.3635/src/proto/ |
| H A D | term.pro | 40 void ttest(int pairs);
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | elm.vim | 29 " Indent pairs
|
| H A D | sml.vim | 74 " Indent pairs
|
| H A D | html.vim | 189 " Take a list of tag name pairs that are not to be used as tag pairs. 215 " Add known tag pairs.
|
| H A D | ocaml.vim | 79 " Indent pairs
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/doc/ |
| H A D | matchit.txt | 304 means that "bo" pairs with "ho" and "boo" pairs with "hoo" and so on. Note 329 so that "%" can bounce between matching "<" and ">" pairs or (starting on
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | bulgarian-phonetic.vim | 18 " — The letters Ё and ё, Э and э, and Ы and ы (in pairs of capital and
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_29.txt | 366 pairs of {} at the same level. "]}" jumps to the end. 415 work on () pairs instead of {} pairs.
|
| H A D | fold.txt | 186 Markers can have a level included, or can use matching pairs. Including a 188 non-matching marker pairs. Example: > 221 You can also use matching pairs of "{{{" and "}}}" markers to define folds.
|
| H A D | motion.txt | 490 paragraph macros, specified by the pairs of characters in the 'paragraphs' 502 a set of section macros, specified by the pairs of characters in the 661 which quote pairs form a string by searching from the
|
| H A D | usr_21.txt | 113 character followed by an argument. The option/argument pairs are separated by
|
| H A D | usr_24.txt | 109 The match will also be shown for [] and {} pairs. You don't have to wait
|
| H A D | usr_03.txt | 165 This also works for [] and {} pairs. (This can be defined with the
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 127 " case-insensitive for built-in pairs.
|
| /vim-8.2.3635/src/ |
| H A D | term.c | 3157 ttest(int pairs) in ttest() argument 3177 if (pairs) in ttest()
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 79 " append the builtin pairs (/*, */, #if, #ifdef, #ifndef, #else, #elif,
|
12