Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 158) sorted by relevance

1234567

/vim-8.2.3635/src/
H A Duninstall.c113 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 DREADME.md134 ## 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 Dada.vim46 …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 Deiffel.vim23 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 Dteraterm.vim19 setlocal indentkeys+==elseif,=endif,=loop,=next,=enduntil,=endwhile
49 if l:thisl =~ '^\s*\%(elseif\|else\|endif\|enduntil\|endwhile\|loop\|next\)\>'
H A Dhamster.vim20 setlocal indentkeys+==~do,=~until,=~while,=~repeat,=~for,=~loop
46 if line =~? '^\s*\(else\|elseif\|loop\|until\|end\%(if\|while\|for\|sub\)\)\>'
H A Dvhdl.vim19 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 Dvb.vim15 setlocal indentkeys+==~else,=~elseif,=~end,=~wend,=~case,=~next,=~select,=~loop,<:>
67 elseif this_line =~? '^\s*\<\(end\|else\|elseif\|until\|loop\|next\|wend\)\>'
H A Dsqlanywhere.vim31 " 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 Dpascal.vim155 " 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 Dmeson.vim64 " 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 Desterel.vim18 syn region esterelLoop start=/loop/ end=/end loop/ contains=ALLBUT,esterelModule
31 syn keyword esterelStatement every do loop abort weak
H A Drexx.vim41 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 Dkix.vim116 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 Dstp.vim30 syn keyword stpRepeat for while loop
31 syn match stpRepeat "\<end\s\+loop\>"
H A Dada.vim161 " 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 Dtest_vimscript.vim2056 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 Dmaze_mac46 " 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 Dvhdl.vim41 \ s:notend.'\<loop\>:\<end\s\+loop\>,'.
H A Deiffel.vim33 \ '\%(\%(^\s\+\)\@<=\%(then\|until\|loop\)\|\%(then\|until\|loop\)\s\+[^ -]\|' .
H A Dsql.vim297 " [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 Dada.vim113 \ '\%(\<while\>.*\|\<for\>.*\|'.s:notend.'\)\<loop\>:\<end\>\s\+\<loop\>,' .
H A Dvb.vim36 \ '\%(^\s*\)\@<=\<do\>:\%(^\s*\)\@<=\<loop\>\s\+\<while\>,' .
H A Dhamster.vim51 \ '\<do\|while\|repeat\|for\>:\<break\>:\<continue\>:\<loop\|endwhile\|until\|endfor\>,' .
H A Daspvbs.vim45 \ '^\s*\<do\>:\<loop\>,' .

1234567