| /vim-8.2.3635/runtime/syntax/ |
| H A D | rst.vim | 105 \ a:middle . 112 function! s:DefineInlineMarkup(name, start, middle, end) argument 113 let middle = a:middle != "" ? 114 \ (' skip=+\\\\\|\\' . a:middle . '\|\s' . a:middle . '+') : 117 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, "'", "'") 118 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, '"', '"') 119 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, '(', ')') 120 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, '\[', '\]') 121 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, '{', '}') 122 call s:DefineOneInlineMarkup(a:name, a:start, middle, a:end, '<', '>') [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_file_size.vim | 40 " 1 line: "This is the middle" 45 call append(3002, "This is the middle") 54 call assert_equal("This is the middle", getline(3003))
|
| H A D | test26.in | 5 1 line: "This is the middle" 13 This is the middle
|
| H A D | test_spell_utf8.vim | 229 \"middle/mmxx", 262 \"middle/MmXx", 297 \"middle/77,1", 628 …\ "bad: foo fooa2 prabar probarbirk middle startmiddle middleend endstart startprobar startnouend", 636 \ ["middle", []], 646 \ "bad: mee meea2 prabar probarbirk middle leadmiddle middleend endlead leadprobar", 654 \ ["middle", []], 663 \ "bad: mee meea2 prabar probarmaat middle leadmiddle middletail taillead leadprobar", 671 \ ["middle", []],
|
| H A D | test_selectmode.vim | 57 " characterwise select mode: delete middle line 63 " characterwise select mode: delete middle two lines 101 " linewise select mode: delete middle line 106 " linewise select mode: delete middle two lines
|
| H A D | test_scrollbind.vim | 7 let middle = totalLines / 2 12 exe string(middle) 19 exe string(middle)
|
| H A D | test_search.vim | 376 …call assert_fails("call searchpair([0], 'middle', 'end', 'bW', 'skip', 99, 100)", 'E730: Using a L… 379 …call assert_fails("call searchpair('start', 'middle', 'end', 'flags', 'skip', 99, 100)", 'E475: In… 380 …call assert_fails("call searchpair('start', 'middle', 'end', 'bW', 'func', -99, 100)", 'E475: Inva… 381 …call assert_fails("call searchpair('start', 'middle', 'end', 'bW', 'func', 99, -100)", 'E475: Inva… 382 call assert_fails("call searchpair('start', 'middle', 'end', 'e')", 'E475: Invalid argument: e') 383 call assert_fails("call searchpair('start', 'middle', 'end', 'sn')", 'E475: Invalid argument: sn') 387 …call assert_fails("call searchpairpos([0], 'middle', 'end', 'bW', 'skip', 99, 100)", 'E730: Using … 391 …call assert_fails("call searchpairpos('start', 'middle', 'end', 'bW', 'func', -99, 100)", 'E475: I… 392 …call assert_fails("call searchpairpos('start', 'middle', 'end', 'bW', 'func', 99, -100)", 'E475: I… 393 …call assert_fails("call searchpairpos('start', 'middle', 'end', 'e')", 'E475: Invalid argument: e') [all …]
|
| H A D | test26.ok | 2 This is the middle
|
| H A D | test_spell.vim | 572 …\ "bad: foo fooa2 prabar probarbirk middle startmiddle middleend endstart startprobar startnouend", 580 \ ["middle", []], 590 \ "bad: mee meea2 prabar probarbirk middle leadmiddle middleend endlead leadprobar", 598 \ ["middle", []], 607 \ "bad: mee meea2 prabar probarmaat middle leadmiddle middletail taillead leadprobar", 615 \ ["middle", []], 1061 \"middle/mmxx", 1094 \"middle/MmXx", 1129 \"middle/77,1",
|
| H A D | test_visual.vim | 629 " characterwise visual mode: delete middle line 636 " characterwise visual mode: delete middle two lines 674 " v_p: replace last character with line register at middle line 681 " v_p: replace last character with line register at middle line selecting 779 " Test block replace with an empty line in the middle and use $ to jump to 786 " Test block replace with an empty line in the middle and move cursor to the 955 " Test for Visual block was created with the middle <C-v>$ (1) 962 " Test for Visual block was created with the middle <C-v>$ (2)
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 181 int middle = left + (right - left) / 2; in binary_search() local 183 if (sequence[middle]->line2 > entry->line2) in binary_search() 184 right = middle; in binary_search() 186 left = middle; in binary_search()
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | html32.vim | 14 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'n… 142 \ { 'width': [], 'vspace': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'u… 146 \ { 'maxlength': [], 'align': ['top', 'middle', 'bottom', 'left', 'right'], 'value': [], 'src': [],… 246 …gn': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'heig… 254 …gn': ['left', 'center', 'right'], 'nowrap': ['BOOL'], 'valign': ['top', 'middle', 'bottom'], 'heig… 262 \ { 'align': ['left', 'center', 'right'], 'valign': ['top', 'middle', 'bottom']}
|
| H A D | html40f.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 182 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 186 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 242 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 322 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 342 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | html401t.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 174 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 178 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 234 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 314 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 318 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | html401f.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 182 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 186 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 242 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 322 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 342 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | html40t.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 174 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 178 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 234 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 314 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 318 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | xhtml10f.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 182 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 186 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 242 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 322 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 342 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | xhtml10t.vim | 22 …], 'code': [], 'vspace': [], 'archive': [], 'alt': [], 'align': ['top', 'middle', 'bottom', 'left'… 82 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 86 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 174 …to'], 'marginwidth': [], 'id': [], 'marginheight': [], 'align': ['top', 'middle', 'bottom', 'left'… 178 …vspace': [], 'onmouseover': [], 'alt': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 234 …mouseup': [], 'id': [], 'onmouseover': [], 'lang': [], 'align': ['top', 'middle', 'bottom', 'left'… 314 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 318 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 326 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 334 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… [all …]
|
| H A D | html40s.vim | 70 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 74 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 270 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 274 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 282 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 286 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 290 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 298 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel…
|
| H A D | html401s.vim | 70 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 74 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 270 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 274 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 282 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 286 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 290 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 298 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel…
|
| H A D | xhtml10s.vim | 70 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 74 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 270 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 274 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 282 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 286 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 290 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel… 298 …', 'center', 'right', 'justify', 'char'], 'lang': [], 'valign': ['top', 'middle', 'bottom', 'basel…
|
| H A D | xhtml11.vim | 70 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 74 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 294 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 298 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 306 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 310 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 314 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel… 322 …ign': ['left', 'center', 'right', 'justify', 'char'], 'valign': ['top', 'middle', 'bottom', 'basel…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_30.txt | 543 To add a new line to the comment, position the cursor on the middle line and 574 and middle part. 621 A C comment starts with "/*", has "*" in the middle and "*/" at the end. The 629 middle part has an offset of one space. 630 The middle part "mb:*" starts with "m", which indicates it is a middle 632 would consider text like "*pointer" also to be the middle of a comment.
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | modula2.vim | 19 " The second branch of the middle pattern is intended to match CASE labels
|
| H A D | pascal.vim | 35 …" let b:match_words .= ',\<if\>:\<else\>' " FIXME - else clashing with middle else. It seems like …
|