mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 05:55:38 +02:00
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
|
||||
autocmd!
|
||||
autocmd CursorHold,BufWritePost * call <sid>ale_refresh()
|
||||
autocmd User ALEJobStarted,ALELintPost call <sid>ale_refresh()
|
||||
augroup END
|
||||
endfunction
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user