#653 - Automatically accept annoying loclist and quickfix errors from Vim
This commit is contained in:
parent
e5d0a17694
commit
753cf5da95
7 changed files with 96 additions and 17 deletions
|
@ -226,6 +226,7 @@ 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