vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Java javac executable can't be overridden in the config (with fix) #2323

Closed ygt-mikekchar closed 4 years ago

ygt-mikekchar commented 4 years ago

If you set g:syntastic_java_javac_executable to a different executable, Syntastic always runs 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

lcd047 commented 4 years ago

Thank you. Fixed in 63b74a74.