#1524 - Define global variables where they are needed
This commit is contained in:
@@ -2,7 +2,7 @@ Before:
|
||||
runtime autoload/ale.vim
|
||||
|
||||
" Replace one of the key ALE functions and make it throw.
|
||||
function! ale#FileTooLarge() abort
|
||||
function! ale#FileTooLarge(buffer) abort
|
||||
throw 'broken'
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user