Fix #2415 - Mark tsserver and LSP linters inactive again

This commit is contained in:
w0rp
2019-04-17 18:12:50 +01:00
parent 2eb68f6d23
commit fcc2c3ba71
4 changed files with 55 additions and 6 deletions
@@ -42,7 +42,7 @@ Before:
runtime autoload/ale/engine.vim
let g:ale_buffer_info = {bufnr(''): {'loclist': []}}
let g:ale_buffer_info = {bufnr(''): {'loclist': [], 'active_linter_list': []}}
let g:ale_handle_loclist_called = 0
function! ale#engine#HandleLoclist(linter_name, buffer, loclist, from_other_source) abort