Lines Matching refs:function

33 function! scala#ConditionalConfirm(msg)
39 function! scala#GetLine(lnum)
45 function! scala#CountBrackets(line, openBracket, closedBracket)
52 function! scala#CountParens(line)
56 function! scala#CountCurlies(line)
60 function! scala#LineEndsInIncomplete(line)
68 function! scala#LineIsAClosingXML(line)
76 function! scala#LineCompletesXML(lnum, line)
90 function! scala#IsParentCase()
102 function! scala#CurlyMatcher()
122 function! scala#GetLineAndColumnThatMatchesCurly()
126 function! scala#GetLineAndColumnThatMatchesParen()
130 function! scala#GetLineAndColumnThatMatchesBracket(openBracket, closedBracket)
145 function! scala#GetLineThatMatchesCurly()
149 function! scala#GetLineThatMatchesParen()
153 function! scala#GetLineThatMatchesBracket(openBracket, closedBracket)
158 function! scala#NumberOfBraceGroups(line)
189 function! scala#MatchesIncompleteDefValr(line)
197 function! scala#LineIsCompleteIf(line)
207 function! scala#LineCompletesIfElse(lnum, line)
218 function! scala#GetPrevCodeLine(lnum)
223 function! scala#InvertBracketType(openBracket, closedBracket)
231 function! scala#Testhelper(lnum, line, openBracket, closedBracket, iteration)
233 " There are more '}' braces than '{' on this line so it may be completing the function definition
258 …" There's an equal number of '{' and '}' on this line so it may be a single line function definiti…
288 function! scala#Test(lnum, line, openBracket, closedBracket)
292 function! scala#LineCompletesDefValr(lnum, line)
343 function! scala#SpecificLineCompletesBrackets(lnum, openBracket, closedBracket)
352 function! scala#LineCompletesBrackets(openBracket, closedBracket)
371 function! GetScalaIndent()
462 " However, what actually started this part looks like it was a function
490 " However, what actually started this part looks like it was a function