Skip to content

Commit 2717c7b

Browse files
committed
Fix absent endif.
1 parent f401a5c commit 2717c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/javacomplete.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ fu! s:DetermineLambdaArguments(unit, ti, name)
16481648
endfor
16491649

16501650
return {'tag': 'VARDEF', 'name': a:name, 'type': {'tag': 'IDENT', 'name': type}, 'vartype': {'tag': 'IDENT', 'name': type, 'pos': argPos}, 'pos': argPos}
1651+
endif
16511652
endif
16521653

16531654
return {}

0 commit comments

Comments
 (0)