We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a803231 commit f4c0f4aCopy full SHA for f4c0f4a
autoload/javaunit.vim
@@ -39,7 +39,7 @@ function javaunit#TestMethod(args,...)
39
let currentClassName = expand("%:t:r")
40
endif
41
if a:args == ""
42
- let cwords = split(airline#extensions#tagbar#currenttag(),'(')[0]
+ let cwords = split(tagbar#currenttag('%s', '', ''),'(')[0]
43
if filereadable('pom.xml')
44
let cmd="java -cp '"
45
\.s:JavaUnit_tempdir
0 commit comments