| /vim-8.2.3635/runtime/indent/ |
| H A D | systemverilog.vim | 113 " Indent after a 'begin' statement 115 \ last_line !~ '\(//\|/\*\).*\(\<begin\>\)' && 119 if vverb | echo vverb_str "Indent after begin statement." | endif 127 if vverb | echo vverb_str "Indent after begin statement." | endif 130 elseif ( last_line !~ '\<begin\>' || 131 \ last_line =~ '\(//\|/\*\).*\<begin\>' ) && 136 \ ( last_line2 !~ '\<begin\>' || 137 \ last_line2 =~ '\(//\|/\*\).*\<begin\>' ) 190 " De-indent on a stand-alone 'begin' 191 elseif curr_line =~ '^\s*\<begin\>' [all …]
|
| H A D | verilog.vim | 26 setlocal indentkeys=!^F,o,O,0),=begin,=end,=join,=endcase 123 " Indent after a 'begin' statement 125 \ last_line !~ '\(//\|/\*\).*\(\<begin\>\)' && 129 if vverb | echo vverb_str "Indent after begin statement." | endif 132 elseif ( last_line !~ '\<begin\>' || 133 \ last_line =~ '\(//\|/\*\).*\<begin\>' ) && 139 \ ( last_line2 !~ '\<begin\>' || 140 \ last_line2 =~ '\(//\|/\*\).*\<begin\>' ) 191 " De-indent on a stand-alone 'begin' 192 elseif curr_line =~ '^\s*\<begin\>' [all …]
|
| H A D | pascal.vim | 17 setlocal indentkeys+==end;,==const,==type,==var,==begin,==repeat,==until,==for 119 if prev_codeline =~ '\<\(begin\|record\)$' 128 " followed by "begin" 130 if this_codeline !~ '^\s*begin\>' 133 " If it does start with "begin" then keep the same indent 157 " Previous line didn't end in "begin" 160 if prev2_codeline =~ '\<\(then\|else\|do\)$' && prev_codeline !~ '\<begin$' 181 " Most "begin"s will have been handled by now. Any remaining 182 " "begin"s on their own line should go in column 1. 183 if this_codeline =~ '^\s*begin$'
|
| H A D | tex.vim | 101 " \begin{itemize} \begin{itemize} 217 " Don't add it for \begin{document} and \begin{verbatim} 218 " if line =~ '^\s*\\begin{\(.*\)}' && line !~ 'verbatim' 219 " LH modification : \begin does not always start a line 220 " ZYC modification : \end after \begin won't cause wrong indent anymore 221 if line =~ '\\begin{.*}' 245 \ && cline !~ '\\begin{.*}.*\\end{.*}' 318 if line =~ '\\begin{.*}' 335 if getline(a:lnum) =~ '\\begin{.*}.*\\end{.*}' 346 if line =~ '\\begin{.*}'
|
| H A D | ishd.vim | 14 setlocal indentkeys+==else,=elseif,=endif,=end,=begin,<:> 52 …if previous_line =~ '^\s*\<\(function\|begin\|switch\|case\|default\|if.\{-}then\|else\|elseif\|wh… 59 elseif this_line =~ '^\s*\<\(begin\|end\|endif\|endwhile\|else\|elseif\|until\)\>'
|
| H A D | vhdl.vim | 17 setlocal indentkeys+==~begin,=~end\ ,=~end\ ,=~is,=~select,=~when 142 " keyword: "=>" + ")" ending, provided current line does not begin with ")" 207 " keyword: "begin" 209 if curs =~? s:NC.'\<begin\>' 220 if (ps =~? s:NC.'\<begin\>') 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… 318 " keywords: "when", provided previous line does not begin with "when", does not end with "is"
|
| H A D | ada.vim | 36 setlocal indentkeys+=0=~then,0=~end,0=~elsif,0=~when,0=~exception,0=~begin,0=~is,0=~record 46 …>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[… 48 …>\|while\>\|else\>\|elsif\>\|loop\>\|for\>.*\<\(loop\|use\)\>\|declare\>\|begin\>\|type\>.*\<is\>[… 261 elseif line =~ '^\s*\(begin\|is\)\>' 262 …nd = s:MainBlockIndent( ind, lnum, '\(procedure\|function\|declare\|package\|task\)\>', 'begin\>' ) 287 …let ind = s:MainBlockIndent( ind, lnum, '\(if\|while\|for\|loop\|accept\|begin\|record\|case\|exce… 289 let ind = s:MainBlockIndent( ind, lnum, 'begin\>', '' )
|
| H A D | dylan.vim | 14 setlocal indentkeys+==~begin,=~block,=~case,=~cleanup,=~define,=~end,=~else,=~elseif,=~exception,=~… 48 …if prevline =~? '\(^\s*\(begin\|block\|case\|define\|else\|elseif\|for\|finally\|if\|select\|unles… 78 …if curr_str =~? '^\s*\(begin\|block\|case\|define\|else\|elseif\|for\|finally\|if\|select\|unless\…
|
| H A D | idlang.vim | 48 if getline(pnum) =~? 'begin\>' 54 elseif getline(pnum) =~? 'begin\>'
|
| H A D | ruby.vim | 43 setlocal indentkeys+==end,=else,=elsif,=when,=ensure,=rescue,==begin,==end 88 \ '\|while\|until\|else\|elsif\|case\|when\|unless\|begin\|ensure\|rescue' . 91 \ '\<\%(if\|for\|while\|until\|case\|unless\|begin\):\@!\>' 98 …t_regex = '\%(^\|[^.]\)\<\%(module\|class\|def\|if\|for\|while\|until\|case\|unless\|begin\|do\)\>' 102 \ '\<\%(module\|class\|if\|for\|while\|until\|case\|unless\|begin' . 349 " If we have a =begin or =end set indent to first column. 350 if match(a:cline_info.cline, '^\s*\%(=begin\|=end\)$') != -1 371 " assignment to case/begin/etc, on the same line 738 if line =~ '^=begin'
|
| H A D | erlang.vim | 123 " token = string (examples: 'begin', '<quoted_atom>', '}') 560 if index(['after', 'and', 'andalso', 'band', 'begin', 'bnot', 'bor', 'bsl', 591 " This function is called when a begin-type element ('begin', 'case', 598 " sw: integer -- number of spaces to be used after the begin element as 620 " This function is called when a begin-type element ('begin', 'case', '[', 628 " end_token: end token that belongs to the begin element found (e.g. if the 629 " begin element is 'begin', the end token is 'end') 630 " sw: integer -- number of spaces to be used after the begin element as 761 \ '\C\<\%(case\|try\|begin\|receive\|if\)\>\|' . 844 elseif token ==# 'begin'
|
| H A D | cobol.vim | 52 let begin = '\c-\@<!\<\%('.a:blocks.'\)\>' 53 let beginfull = begin.'\ze.*\%(\n\%(\s*\%([*/$-].*\)\=\n\)*\)\=\s*\%('.clauses.'\)' 60 if getline(lastclause) =~? clauses && s:stripped(lastclause) !~? '^'.begin
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | eterm.vim | 64 \ start='^\s*begin\s\+color\>' 102 \ start='^\s*begin\s\+attributes\>' 179 \ start='^\s*begin\s\+image\>' 196 \ start='^\s*begin\s\+menuitem\>' 209 \ start='^\s*begin\s\+menu\>' 230 \ start='^\s*begin\s\+actions\>' 288 \ start='^\s*begin\s\+xim\>' 304 \ start='^\s*begin\s\+toggles\>' 321 \ start='^\s*begin\s\+keyboard\>' 333 \ start='^\s*begin\s\+misc\>' [all …]
|
| H A D | lhaskell.vim | 4 " \begin{code} \end{code} blocks 30 " 2004 February 23: Cleaned up syntax highlighting for \begin{code} and 72 " - \begin{env} (for env != code) 75 if search('\\documentclass\|\\begin{\(code}\)\@!\|\\\(sub\)*section\|\\chapter|\\part','W') != 0 104 syntax region lhsHaskellBeginEndBlock start="^\\begin{code}\s*$" matchgroup=NONE end="\%(^\\end{cod… 111 syntax match beginCodeBegin "^\\begin" nextgroup=beginCodeCode contained
|
| H A D | sqr.vim | 34 syn keyword sqrSection begin-footing begin-heading begin-procedure 35 syn keyword sqrSection begin-program begin-report begin-setup 41 syn keyword sqrParagraph begin-document begin-execute begin-select 42 syn keyword sqrParagraph begin-sql declare-chart declare-image
|
| H A D | 8th.vim | 173 Builtin aes! db:aes! begin db:begin bind db:bind bind-exec db:bind-exec bind-exec[] db:bind-exec[] 237 …-agent net:user-agent wait net:wait write net:write (begin) nk:(begin) (chart-begin) nk:(chart-beg… 238 Builtin (chart-begin-colored) nk:(chart-begin-colored) (chart-end) nk:(chart-end) (end) nk:(end) (… 245 Builtin combo nk:combo combo-begin-color nk:combo-begin-color combo-begin-label nk:combo-begin-lab… 264 Builtin layout-row nk:layout-row layout-row-begin nk:layout-row-begin layout-row-dynamic nk:layout… 266 …ltin layout-row-static nk:layout-row-static layout-row-template-begin nk:layout-row-template-begin 267 Builtin layout-row-template-end nk:layout-row-template-end layout-space-begin nk:layout-space-begin 269 Builtin list-begin nk:list-begin list-end nk:list-end list-new nk:list-new list-range nk:list-range 271 Builtin measure-font nk:measure-font menu-begin nk:menu-begin menu-close nk:menu-close menu-end nk… 273 Builtin menubar-begin nk:menubar-begin menubar-end nk:menubar-end mouse-pos nk:mouse-pos msgdlg nk… [all …]
|
| H A D | tex.vim | 10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries, 25 " (there's no difference between begin/end patterns) 291 " \begin{}/\end{} section markers: {{{1 292 syn match texBeginEnd "\\begin\>\|\\end\>" nextgroup=texBeginEndName 452 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"' 453 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"' 462 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"' 463 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"' 616 " %begin-include ... %end-include acts like a texDocZone for \include'd files. Permits spell check… 628 …syn region texZone start="\\begin{[vV]erbatim}" end="\\end{[vV]erbatim}\|%stopzone\>" contains=@… [all …]
|
| H A D | dylan.vim | 24 syn keyword dylanBlock afterwards begin block cleanup end 31 syn keyword dylanRepeat begin for until while from to
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 251 begin 299 begin 316 begin 325 begin 344 begin 357 begin 507 begin 510 begin 581 begin 616 begin [all …]
|
| /vim-8.2.3635/src/ |
| H A D | gui_at_fs.c | 358 int begin, end; in SFfindFile() local 390 begin = i; in SFfindFile() 407 if (begin != end) in SFfindFile() 412 dir->beginSelection = begin; in SFfindFile() 414 dir->endSelection = begin; in SFfindFile() 433 i = begin - 1; in SFfindFile() 567 char *begin, *end; in SFupdatePath() local 597 begin = NULL; in SFupdatePath() 636 begin = end; in SFupdatePath() 645 if (*begin) in SFupdatePath() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_indent.vim | 157 if line =~ '\\begin{center}' 165 put =[ '\documentclass{article}', '', '\begin{document}', '', 172 \ 'metus lectus ultrices odio, sed elementum mi ante at arcu.', '', '\begin{center}', '', 188 let expected = [ '\documentclass{article}', '', '\begin{document}', '', 199 \ 'elementum mi ante at arcu.', '', '\begin{center}', '',
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | sql.vim | 329 " begin try 331 " begin catch 340 \ ',\%(\<begin\)\%(\s\+\%(try\|catch\)\>\)\@!:\<end\>\W*$,'. 342 \ '\<begin\s\+try\>:'. 344 \ '\<begin\s\+catch\>:'. 366 " \ '\<begin\>\|\<returns\?\>:'. 385 nnoremap <buffer> <silent> ]] :call search('\c^\s*begin\>', 'W' )<CR> 386 nnoremap <buffer> <silent> [[ :call search('\c^\s*begin\>', 'bW' )<CR> 389 xnoremap <buffer> <silent> ]] :<C-U>exec "normal! gv"<Bar>call search('\c^\s*begin\>', 'W' )<CR> 390 xnoremap <buffer> <silent> [[ :<C-U>exec "normal! gv"<Bar>call search('\c^\s*begin\>', 'bW' )<CR>
|
| H A D | julia.vim | 38 …let b:julia_begin_keywords = '\%(\.\s*\|@\)\@<!\<\%(function\|macro\|begin\|mutable\s\+struct\|\%(… 79 " the 'begin' and 'end' keywords when they are used as a range rather than as
|
| H A D | mp.vim | 36 …\ 'beginsection' : '^\s*\%(\%(\|var\|primary\|secondary\|tertiary\)def\|begin\%(fig\|char\|logocha… 73 \ '\<begin\%(logo\)\?char\>:\<endchar\>,' .
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.nl | 196 3. Ga met de cursor naar het begin van een woord dat moet worden gewist. 203 getikt. Druk op <ESC> en begin opnieuw. 241 w - tot het begin van het volgende woord, ZONDER het eerste teken daarvan. 263 4. Tik 0 (nul) om naar het begin van de regel te gaan. 289 OPMERKING: De teller kan ook aan het begin staan: d2w en 2dw werken allebei. 360 6. Ga naar het begin van de regel met nul: 0 487 Tik gg om naar het begin van het bestand te gaan. 515 begin doorgezocht, tenzij de optie 'wrapscan' is uitgeschakeld. 718 1. Ga naar het begin van de regel beneden met --->. 742 begin van de eerste "xxx" . [all …]
|