Merge pull request #75 from thirtythreeforty/airline-bugfix

Avoid rendering issues in Airline
This commit is contained in:
Junegunn Choi
2015-08-08 13:07:10 +09:00

View File

@@ -344,6 +344,9 @@ function! s:goyo_off()
if goyo_disabled_airline && !exists("#airline")
AirlineToggle
" For some reason, Airline requires two refreshes to avoid display
" artifacts
silent! AirlineRefresh
silent! AirlineRefresh
endif