refactor(javac): ale_java_javac_classpath variable supports String and List types

This commit is contained in:
NiBo
2020-05-19 10:43:16 +08:00
parent ff6bfc3d37
commit e61e1147b0
3 changed files with 64 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ javac *ale-java-javac*
g:ale_java_javac_classpath *g:ale_java_javac_classpath*
*b:ale_java_javac_classpath*
Type: |String|
Type: |String| or |List|
Default: `''`
This variable can be set to change the global classpath for Java.