Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 99) sorted by relevance

1234

/vim-8.2.3635/runtime/indent/
H A Dsh.vim201 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 Dscala.vim45 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 Dxml.vim65 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 Dawk.vim153 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 Dmp.vim103 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 Dr.vim33 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 Dobjc.vim27 function s:GetWidth(line, regexp) argument
42 function s:LeadingWhiteSpace(line) argument
H A Dcs.vim24 function! s:IsCompilerDirective(line) argument
28 function! s:IsAttributeLine(line) argument
H A Dconfig.vim28 function s:GetOffsetOf(line, regexp) argument
H A Dpov.vim27 function! s:MatchCount(line, rexp) argument
H A Dcdl.vim22 fun! CdlAsignment(lnum, line) argument
H A Drhelp.vim28 function s:SanitizeRHelpLine(line) argument
H A Dmake.vim33 function s:remove_continuation(line) argument
H A Ddtd.vim53 function s:indent_to_innermost_parentheses(line, end) argument
H A Derlang.vim76 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 Dcreate_cmdidxs.vim16 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 Dcindent.c155 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 Dpopupbounce.vim25 let line = 1.0 variable
39 let line += speed variable
42 let line -= speed variable
48 let line = &lines - 3 variable
H A Dtest_utf8.vim35 func CustomComplete1(lead, line, pos) argument
39 func CustomComplete2(lead, line, pos) argument
43 func CustomComplete3(lead, line, pos) argument
H A Dgen_opt_test.vim177 let line = getline('.') variable
H A Dtest_textobjects.vim6 func CpoM(line, useM, expected) argument
/vim-8.2.3635/runtime/macros/maze/
H A Dmazeclean.c9 char *M, A, Z, E = 40, line[80], T[3]; variable
/vim-8.2.3635/runtime/doc/
H A Ddoctags.c20 char line[LINELEN]; in main() local
/vim-8.2.3635/runtime/autoload/
H A Dccomplete.vim247 func s:GetAddition(line, match, memarg, bracket) argument
310 func s:ParseTagline(line) argument
H A Dgzip.vim26 fun s:set_compression(line) argument

1234