mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 13:04:44 +08:00
Merge pull request #1811 from LarsMichelsen/update_post_ale
Improve update logic after ale finished
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user