mirror of
https://github.com/dense-analysis/ale.git
synced 2026-08-14 20:00:58 +08:00
Fix #2415 - Mark tsserver and LSP linters inactive again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user