summaryrefslogtreecommitdiff
path: root/ale_linters/cs/mcs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/cs/mcs.vim')
-rw-r--r--ale_linters/cs/mcs.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/cs/mcs.vim b/ale_linters/cs/mcs.vim
index 8738026d..1b373e73 100644
--- a/ale_linters/cs/mcs.vim
+++ b/ale_linters/cs/mcs.vim
@@ -32,6 +32,6 @@ call ale#linter#Define('cs',{
\ 'name': 'mcs',
\ 'output_stream': 'stderr',
\ 'executable': 'mcs',
-\ 'command_callback': 'ale_linters#cs#mcs#GetCommand',
+\ 'command': function('ale_linters#cs#mcs#GetCommand'),
\ 'callback': 'ale_linters#cs#mcs#Handle',
\})