Fix #2440 - Fix the kotlinc command when Maven and Gradle are missing

This commit is contained in:
w0rp
2019-04-15 13:36:03 +01:00
parent 0059bcd1d0
commit fa18195e34
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Before:
call ale#assert#SetUpLinterTest('kotlin', 'kotlinc')
call ale#test#SetFilename('test.kt')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'kotlinc', 'kotlinc ' . ale#Escape(expand('%:p'))