Fix an executable_callback typo
This commit is contained in:
parent
23ea62d40a
commit
92918fd841
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ endfunction
|
|||
call ale#linter#Define('c', {
|
||||
\ 'name': 'clang',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable_callback': 'ale_linters#c#clang#GetCommand',
|
||||
\ 'executable_callback': 'ale_linters#c#clang#GetExecutable',
|
||||
\ 'command_callback': 'ale_linters#c#clang#GetCommand',
|
||||
\ 'callback': 'ale#handlers#gcc#HandleGCCFormat',
|
||||
\})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue