Fix the custom check issue.
This commit is contained in:
parent
112f71fb17
commit
341ea5f367
@ -4,7 +4,7 @@
|
|||||||
let g:ale_java_javac_options = get(g:, 'ale_java_javac_options', '')
|
let g:ale_java_javac_options = get(g:, 'ale_java_javac_options', '')
|
||||||
let g:ale_java_javac_classpath = get(g:, 'ale_java_javac_classpath', '')
|
let g:ale_java_javac_classpath = get(g:, 'ale_java_javac_classpath', '')
|
||||||
|
|
||||||
function! ale_linters#java#javac#GetCommand(buffer)
|
function! ale_linters#java#javac#GetCommand(buffer) abort
|
||||||
let l:cp_option = !empty(g:ale_java_javac_classpath)
|
let l:cp_option = !empty(g:ale_java_javac_classpath)
|
||||||
\ ? '-cp ' . g:ale_java_javac_classpath
|
\ ? '-cp ' . g:ale_java_javac_classpath
|
||||||
\ : ''
|
\ : ''
|
||||||
|
Loading…
Reference in New Issue
Block a user