Fix failing tests

This commit is contained in:
Christian Brabandt
2017-08-11 12:05:39 +02:00
parent a96681d459
commit 6ee75bdbde
3 changed files with 8 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ function! s:airline_toggle()
if exists("s:stl")
let &stl = s:stl
endif
call airline#highlighter#reset_hlcache()
silent doautocmd User AirlineToggledOff
else