This commit is contained in:
Robert Perce
2016-03-17 01:09:30 -05:00
parent cb697998cc
commit 9cea5e5c7d

View File

@@ -222,7 +222,7 @@ function! s:goyo_on(dim)
endif
" lightline.vim
let t:goyo_disabled_lightline = exists('#LightLine')
let t:goyo_disabled_lightline = exists('#lightline')
if t:goyo_disabled_lightline
silent! call lightline#disable()
endif