From 883978ece93bd19250d6d7e8b9659b48f23522e2 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 22 Feb 2019 18:05:04 +0000 Subject: #2132 - Replace all uses of foo_callback with foo --- ale_linters/go/gotype.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/go/gotype.vim') diff --git a/ale_linters/go/gotype.vim b/ale_linters/go/gotype.vim index a678e0f3..159df892 100644 --- a/ale_linters/go/gotype.vim +++ b/ale_linters/go/gotype.vim @@ -13,7 +13,7 @@ call ale#linter#Define('go', { \ 'name': 'gotype', \ 'output_stream': 'stderr', \ 'executable': 'gotype', -\ 'command_callback': 'ale_linters#go#gotype#GetCommand', +\ 'command': function('ale_linters#go#gotype#GetCommand'), \ 'callback': 'ale#handlers#go#Handler', \ 'lint_file': 1, \}) -- cgit v1.2.3