Correctly restore powerline colors (#1)

This commit is contained in:
Junegunn Choi
2013-12-02 23:55:33 +09:00
parent 7e6087a07c
commit 589837b886

View File

@@ -223,6 +223,10 @@ function! s:goyo_off()
doautocmd PowerlineStartup VimEnter
silent! PowerlineReloadColorscheme
endif
if exists('#Powerline')
doautocmd Powerline ColorScheme
endif
endfunction
function! s:goyo(...)