Skip to content

Commit f4c0f4a

Browse files
committed
Remove airline dependence
1 parent a803231 commit f4c0f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/javaunit.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function javaunit#TestMethod(args,...)
3939
let currentClassName = expand("%:t:r")
4040
endif
4141
if a:args == ""
42-
let cwords = split(airline#extensions#tagbar#currenttag(),'(')[0]
42+
let cwords = split(tagbar#currenttag('%s', '', ''),'(')[0]
4343
if filereadable('pom.xml')
4444
let cmd="java -cp '"
4545
\.s:JavaUnit_tempdir

0 commit comments

Comments
 (0)