rename command variable to *_adals_* instead of *_lsp_* and whole name to adals instead of adalsp

This commit is contained in:
Bartek thindil Jasicki
2019-10-18 18:26:08 +02:00
parent 8239b76c5a
commit 2f181658e6
5 changed files with 27 additions and 27 deletions

View File

@@ -0,0 +1,9 @@
Before:
call ale#assert#SetUpLinterTest('ada', 'adals')
After:
call ale#assert#TearDownLinterTest()
Execute(Sets adals executable):
let g:ale_ada_adals_executable = '/path/to /Ada'
AssertLinter '/path/to /Ada', ale#Escape('/path/to /Ada')