| /vim-8.2.3635/runtime/indent/ |
| H A D | sh.vim | 201 function! s:is_array(line) argument 238 function! s:is_case(line) argument 242 function! s:is_case_break(line) argument 246 function! s:is_here_doc(line) argument 254 function! s:is_case_ended(line) argument 258 function! s:is_case_empty(line) argument 270 function! s:is_empty(line) argument 274 function! s:end_block(line) argument 278 function! s:start_block(line) argument 290 function! s:is_comment(line) argument [all …]
|
| H A D | scala.vim | 45 function! scala#CountBrackets(line, openBracket, closedBracket) argument 52 function! scala#CountParens(line) argument 56 function! scala#CountCurlies(line) argument 60 function! scala#LineEndsInIncomplete(line) argument 68 function! scala#LineIsAClosingXML(line) argument 76 function! scala#LineCompletesXML(lnum, line) argument 158 function! scala#NumberOfBraceGroups(line) argument 189 function! scala#MatchesIncompleteDefValr(line) argument 197 function! scala#LineIsCompleteIf(line) argument 207 function! scala#LineCompletesIfElse(lnum, line) argument [all …]
|
| H A D | xml.vim | 65 fun! <SID>XmlIndentWithPattern(line, pat) argument 84 fun! <SID>XmlIndentSum(line, style, add) argument 163 func! <SID>IsXMLContinuation(line) argument 168 func! <SID>HasNoTagEnd(line) argument 173 func! <SID>IsXMLEmptyClosingTag(line) argument
|
| H A D | awk.vim | 153 function! s:Get_brace_balance( line, b_open, b_close ) argument 164 function! s:Starts_with_word( line ) argument 176 function! s:First_word_len( line ) argument 190 function! s:Seems_continuing( line ) argument
|
| H A D | mp.vim | 103 function! s:CommentOrString(line, pos) argument 132 function! s:LastTagIsOpen(line) argument 158 function! s:Weight(line) argument 175 function! s:ValidMatchEnd(line, pat, start) argument 185 function! s:LastValidMatchEnd(line, pat, start) argument
|
| H A D | r.vim | 33 function s:RDelete_quotes(line) argument 82 function s:RDelete_parens(line) argument 111 function! s:Get_paren_balance(line, o, c) argument 163 function! s:Get_last_paren_idx(line, o, c, pb) argument 199 function SanitizeRLine(line) argument
|
| H A D | objc.vim | 27 function s:GetWidth(line, regexp) argument 42 function s:LeadingWhiteSpace(line) argument
|
| H A D | cs.vim | 24 function! s:IsCompilerDirective(line) argument 28 function! s:IsAttributeLine(line) argument
|
| H A D | config.vim | 28 function s:GetOffsetOf(line, regexp) argument
|
| H A D | pov.vim | 27 function! s:MatchCount(line, rexp) argument
|
| H A D | cdl.vim | 22 fun! CdlAsignment(lnum, line) argument
|
| H A D | rhelp.vim | 28 function s:SanitizeRHelpLine(line) argument
|
| H A D | make.vim | 33 function s:remove_continuation(line) argument
|
| H A D | dtd.vim | 53 function s:indent_to_innermost_parentheses(line, end) argument
|
| H A D | erlang.vim | 76 function! s:CalcVCol(line, first_index, last_index, vcol, tabstop) argument 127 function! s:GetTokensFromLine(line, string_continuation, atom_continuation, argument 1464 function! ErlangShowTokensInLine(line) argument
|
| /vim-8.2.3635/src/ |
| H A D | create_cmdidxs.vim | 16 let line = lines[idx] variable 71 let line = ' /* ' . c1 . ' */ ' . cmdidxs1{c1} . ((c1 == 'z') ? '' : ',') variable 86 let line = ' /* ' . c1 . ' */ {' variable 89 let line .= printf('%3d', cmdidxs2{c1}{c2} - cmdidxs1{c1}) variable 91 let line .= ' 0' variable 93 let line .= (c2 == 'z') ? '' : ',' variable 95 let line .= ' }' . ((c1 == 'z') ? '' : ',') variable
|
| H A D | cindent.c | 155 char_u *line; in find_start_comment() local 191 char_u *line; in find_start_rawstring() local 352 char_u *line; in find_line_comment() local 459 char_u *line = *pp; in cin_ispreproc_cont() local 639 char_u *line; in cin_islabel() local 992 char_u *line; in cin_get_equal_amount() local 1035 char_u *line; in cin_skip2pos() local 1374 char_u *line; in cin_iswhileofdo_end() local 2396 char_u *line; in get_c_indent() local 2420 char_u *line; in get_c_indent() local [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | popupbounce.vim | 25 let line = 1.0 variable 39 let line += speed variable 42 let line -= speed variable 48 let line = &lines - 3 variable
|
| H A D | test_utf8.vim | 35 func CustomComplete1(lead, line, pos) argument 39 func CustomComplete2(lead, line, pos) argument 43 func CustomComplete3(lead, line, pos) argument
|
| H A D | gen_opt_test.vim | 177 let line = getline('.') variable
|
| H A D | test_textobjects.vim | 6 func CpoM(line, useM, expected) argument
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | mazeclean.c | 9 char *M, A, Z, E = 40, line[80], T[3]; variable
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | doctags.c | 20 char line[LINELEN]; in main() local
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ccomplete.vim | 247 func s:GetAddition(line, match, memarg, bracket) argument 310 func s:ParseTagline(line) argument
|
| H A D | gzip.vim | 26 fun s:set_compression(line) argument
|