summaryrefslogtreecommitdiff
path: root/ale_linters/nasm/nasm.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/nasm/nasm.vim')
-rw-r--r--ale_linters/nasm/nasm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/nasm/nasm.vim b/ale_linters/nasm/nasm.vim
index f4b2ca4b..77d57e18 100644
--- a/ale_linters/nasm/nasm.vim
+++ b/ale_linters/nasm/nasm.vim
@@ -42,9 +42,9 @@ endfunction
call ale#linter#Define('nasm', {
\ 'name': 'nasm',
-\ 'executable': 'nasm',
\ 'output_stream': 'stderr',
\ 'lint_file': 1,
+\ 'executable_callback': 'ale_linters#nasm#nasm#GetExecutable',
\ 'command_callback': 'ale_linters#nasm#nasm#GetCommand',
\ 'callback': 'ale_linters#nasm#nasm#Handle',
\})