Merge pull request #1811 from LarsMichelsen/update_post_ale
Improve update logic after ale finished
This commit is contained in:
commit
7e004804d1
@ -74,6 +74,7 @@ function! airline#extensions#ale#init(ext)
|
|||||||
augroup airline_ale
|
augroup airline_ale
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd CursorHold,BufWritePost * call <sid>ale_refresh()
|
autocmd CursorHold,BufWritePost * call <sid>ale_refresh()
|
||||||
|
autocmd User ALEJobStarted,ALELintPost call <sid>ale_refresh()
|
||||||
augroup END
|
augroup END
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user