#653 - Always set loclist or quickfix in a timer callback, which prevents errors E924, E925, and E926
This commit is contained in:
parent
47a8ebc8b9
commit
1a524ca63e
11 changed files with 107 additions and 176 deletions
|
@ -226,7 +226,6 @@ function! ALEInitAuGroups() abort
|
|||
autocmd BufWinEnter,BufRead * call ale#Queue(0, 'lint_file', str2nr(expand('<abuf>')))
|
||||
" Track when the file is changed outside of Vim.
|
||||
autocmd FileChangedShellPost * call ale#events#FileChangedEvent(str2nr(expand('<abuf>')))
|
||||
autocmd BufWinLeave * call ale#events#BufWinLeave()
|
||||
endif
|
||||
augroup END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue