summaryrefslogtreecommitdiff
path: root/ale_linters/ada
diff options
context:
space:
mode:
authorBartek thindil Jasicki <thindil@laeran.pl>2019-11-05 18:59:13 +0100
committerBartek thindil Jasicki <thindil@laeran.pl>2019-11-05 18:59:13 +0100
commitb8d69cb0d57fc25fdb8cd821bda99a34487016da (patch)
treef783b850ac15cb4478f57a04297e9b2c76820995 /ale_linters/ada
parentb454e4314301ad5bdf159f849dc6f30bb377d8f2 (diff)
downloadale-b8d69cb0d57fc25fdb8cd821bda99a34487016da.zip
fixed typo
Diffstat (limited to 'ale_linters/ada')
-rw-r--r--ale_linters/ada/adals.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/ada/adals.vim b/ale_linters/ada/adals.vim
index a710a639..9a41e1df 100644
--- a/ale_linters/ada/adals.vim
+++ b/ale_linters/ada/adals.vim
@@ -2,7 +2,7 @@
" Description: Support for Ada Language Server
call ale#Set('ada_adals_executable', 'ada_language_server')
-call ale#Set('ada_adals_project, 'default.gpr')
+call ale#Set('ada_adals_project', 'default.gpr')
call ale#Set('ada_adals_encoding', 'utf-8')
function! ale_linters#ada#adals#GetAdaLSConfig(buffer) abort