| /vim-8.2.3635/src/ |
| H A D | uninstall.c | 113 int loop = is_64bit_os() ? 2 : 1; in remove_popup() local 114 int maxfail = loop * 6; in remove_popup() 118 for (i = 0; i < loop; i++) in remove_popup() 159 int loop = is_64bit_os() ? 2 : 1; in remove_openwith() local 160 int maxfail = loop * 7; in remove_openwith() 163 for (i = 0; i < loop; i++) in remove_openwith()
|
| H A D | README.md | 134 ## The main loop ## 156 with an Ex command. `getcmdline()` contains a loop that will handle each typed 190 function. It contains a loop that waits for the next character and handles it.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ada.vim | 46 …let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|dec… 48 …let s:AdaBlockStart = '^\s*\(if\>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|dec… 273 elseif line =~ '^\s*end\>\s*\<loop\>' 275 … let ind = s:EndBlockIndent( ind, lnum, '\(\(while\|for\)\>.*\)\?\<loop\>', 'end\>\s*\<loop\>' ) 287 …let ind = s:MainBlockIndent( ind, lnum, '\(if\|while\|for\|loop\|accept\|begin\|record\|case\|exce…
|
| H A D | eiffel.vim | 23 setlocal indentkeys+==end,=else,=ensure,=require,=check,=loop,=until 32 let s:relative_indent = '^\s*\(deferred\|class\|feature\|creation\|inherit\|loop\|from\|across\|unt… 33 let s:outdent = '^\s*\(else\|invariant\|variant\|do\|require\|until\|loop\|local\)\>'
|
| H A D | teraterm.vim | 19 setlocal indentkeys+==elseif,=endif,=loop,=next,=enduntil,=endwhile 49 if l:thisl =~ '^\s*\%(elseif\|else\|endif\|enduntil\|endwhile\|loop\|next\)\>'
|
| H A D | hamster.vim | 20 setlocal indentkeys+==~do,=~until,=~while,=~repeat,=~for,=~loop 46 if line =~? '^\s*\(else\|elseif\|loop\|until\|end\%(if\|while\|for\|sub\)\)\>'
|
| H A D | vhdl.vim | 19 setlocal indentkeys+==~case,=~loop,=~for,=~generate,=~record,=~units,=~process,=~block,=~function,=… 282 " removed: "begin", "case", "elsif", "if", "loop", "record", "units", "while" 305 " keyword: "begin", "loop", "record", "units" 312 …if prevs =~? s:NC.'\%(\<begin\>\|'.s:NE.'\<\%(loop\|record\|units\)\>\)' || prevs =~? '^\s*\%(comp… 332 …" keywords: "else", "elsif", "end" + "block", "for", "function", "generate", "if", "loop", "proced… 334 let s5 = 'block\|for\|function\|generate\|if\|loop\|procedure\|process\|record\|units'
|
| H A D | vb.vim | 15 setlocal indentkeys+==~else,=~elseif,=~end,=~wend,=~case,=~next,=~select,=~loop,<:> 67 elseif this_line =~? '^\s*\<\(end\|else\|elseif\|until\|loop\|next\|wend\)\>'
|
| H A D | sqlanywhere.vim | 31 " for i in 1..100 loop 33 " end loop; 77 \ 'while\|loop\|do\|for\|'. 160 " Based on the keyword provided, loop through previous non empty 181 \ '\%(\%(\<end\s\+\)\@<!\<loop\>\)\|' .
|
| H A D | pascal.vim | 155 " Lines after a single-statement branch/loop. 161 " If the next code line after a single statement branch/loop 172 " by the one for "end" after a single-statement branch/loop. In
|
| H A D | meson.vim | 64 " Trick: use the non-existing "dummy" variable to break out of the loop when 141 " If the previous line ended the conditional/loop
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | esterel.vim | 18 syn region esterelLoop start=/loop/ end=/end loop/ contains=ALLBUT,esterelModule 31 syn keyword esterelStatement every do loop abort weak
|
| H A D | rexx.vim | 41 syn match rexxKeyword contained "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\(\s\+forever\)\?\>" 58 …catch\|do\|drop\|end\|exit\|expose\|finally\|forward\|if\|interpret\|iterate\|leave\|loop\|nop\)\>" 68 syn match doLoopSelectLabelRegion "\<\(do\|loop\|select\)\>\s\+\(label\s\+\)\?\(\s\+\k\+\s\+\zs\<ov… 71 syn match rexxLabel2 "\<\(do\|loop\|select\)\>\s\+label\s\+\zs\k*\ze" containedin=doLoopSelectLabel… 75 "rgf syn match rexxControlVariable "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\s\+\zs.*\ze\s\+\<… 78 syn match rexxStartValueAssignment "\<\(do\|loop\)\>\(\s\+label\s\+\k*\)\?\s\+\zs.*\ze\(=.*\)…
|
| H A D | kix.vim | 116 syn match kixWhileError "\<while\>\|\<loop\>" 117 syn match kixWhileOK contained "\<while\>\|\<loop\>" 118 syn region kixWhile transparent matchgroup=kixWhileOK start="\<while\>" end="\<loop\>" contains=A…
|
| H A D | stp.vim | 30 syn keyword stpRepeat for while loop 31 syn match stpRepeat "\<end\s\+loop\>"
|
| H A D | ada.vim | 161 " Unless special ("end loop", "end if", etc.), "end" marks the end of a 167 syntax keyword adaRepeat exit for loop reverse while 168 syntax match adaRepeat "\<end\s\+loop\>"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 2056 let loop = 0 2058 let loop = loop + 1 2130 let loop = 0 2132 let loop = loop + 1 2203 let loop = 0 2205 let loop = loop + 1 2275 let loop = 0 2277 let loop = loop + 1 2360 let loop = loop + 1 2454 let loop = loop + 1 [all …]
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 46 " you could use a loop with if statements and continue statements, 119 " macros: I, to initialise everything, and L, to loop forever running 160 " L - then loop forever 164 " I - initialise everything before running the loop 174 " L - the loop which is executed forever
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | vhdl.vim | 41 \ s:notend.'\<loop\>:\<end\s\+loop\>,'.
|
| H A D | eiffel.vim | 33 \ '\%(\%(^\s\+\)\@<=\%(then\|until\|loop\)\|\%(then\|until\|loop\)\s\+[^ -]\|' .
|
| H A D | sql.vim | 297 " [while condition] loop 302 " end loop 309 " end loop 335 " \ '^\s*\<\%(do\|for\|while\|loop\)\>.*:'. 351 \ '\(^\s*\)\@<=\(\<\%(do\|for\|while\|loop\)\>.*\):'. 353 \ '\%(\<doend\>\|\%(\<end\s\+\%(for\|while\|loop\>\)\)\),'.
|
| H A D | ada.vim | 113 \ '\%(\<while\>.*\|\<for\>.*\|'.s:notend.'\)\<loop\>:\<end\>\s\+\<loop\>,' .
|
| H A D | vb.vim | 36 \ '\%(^\s*\)\@<=\<do\>:\%(^\s*\)\@<=\<loop\>\s\+\<while\>,' .
|
| H A D | hamster.vim | 51 \ '\<do\|while\|repeat\|for\>:\<break\>:\<continue\>:\<loop\|endwhile\|until\|endfor\>,' .
|
| H A D | aspvbs.vim | 45 \ '^\s*\<do\>:\<loop\>,' .
|