summaryrefslogtreecommitdiff
path: root/ale_linters/tex/lacheck.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/tex/lacheck.vim')
-rw-r--r--ale_linters/tex/lacheck.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/tex/lacheck.vim b/ale_linters/tex/lacheck.vim
index ee09fb41..19d69403 100644
--- a/ale_linters/tex/lacheck.vim
+++ b/ale_linters/tex/lacheck.vim
@@ -37,7 +37,7 @@ endfunction
call ale#linter#Define('tex', {
\ 'name': 'lacheck',
-\ 'executable_callback': ale#VarFunc('tex_lacheck_executable'),
+\ 'executable': {b -> ale#Var(b, 'tex_lacheck_executable')},
\ 'command': '%e %t',
\ 'callback': 'ale_linters#tex#lacheck#Handle'
\})