Closed ygt-mikekchar closed 4 years ago
If you set g:syntastic_java_javac_executable to a different executable, Syntastic always runs javac.
g:syntastic_java_javac_executable
javac
Apologies for not just sending a PR. It's a really trivial fix.
In https://github.com/vim-syntastic/syntastic/blob/master/syntax_checkers/java/javac.vim#L26-L28
Where it says g:syntastic_java_javac_executable it should be g:syntastic_java_javac_exec
g:syntastic_java_javac_exec
Thank you. Fixed in 63b74a74.
If you set
g:syntastic_java_javac_executable
to a different executable, Syntastic always runsjavac
.Apologies for not just sending a PR. It's a really trivial fix.
In https://github.com/vim-syntastic/syntastic/blob/master/syntax_checkers/java/javac.vim#L26-L28
Where it says
g:syntastic_java_javac_executable
it should beg:syntastic_java_javac_exec