mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-17 07:43:42 -05:00
Correctly restore powerline colors (#1)
This commit is contained in:
@@ -223,6 +223,10 @@ function! s:goyo_off()
|
|||||||
doautocmd PowerlineStartup VimEnter
|
doautocmd PowerlineStartup VimEnter
|
||||||
silent! PowerlineReloadColorscheme
|
silent! PowerlineReloadColorscheme
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists('#Powerline')
|
||||||
|
doautocmd Powerline ColorScheme
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:goyo(...)
|
function! s:goyo(...)
|
||||||
|
|||||||
Reference in New Issue
Block a user