diff options
author | w0rp <devw0rp@gmail.com> | 2018-10-29 18:28:28 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-10-29 18:28:28 +0000 |
commit | caac5c93d658c8ad05786194156a321e016d5ba0 (patch) | |
tree | 331f42c17491125fddacbbb33f60a3b3258da0ad /test/test_ignoring_linters.vader | |
parent | 2846e862178e9a16e078799c28aa9d9d4a2ea505 (diff) | |
download | ale-caac5c93d658c8ad05786194156a321e016d5ba0.zip |
#2017 Add support for display results from other sources
Diffstat (limited to 'test/test_ignoring_linters.vader')
-rw-r--r-- | test/test_ignoring_linters.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ignoring_linters.vader b/test/test_ignoring_linters.vader index f47c5e81..866f9e0d 100644 --- a/test/test_ignoring_linters.vader +++ b/test/test_ignoring_linters.vader @@ -108,7 +108,7 @@ Before: let g:run_linters_called = 1 endfunction - function! ale#engine#HandleLoclist(linter_name, buffer, loclist) abort + function! ale#engine#HandleLoclist(linter_name, buffer, loclist, from_other_source) abort let g:loclist = a:loclist endfunction |