Skip to content

Commit 9cea5e5

Browse files
author
Robert Perce
committed
Fix lightline check, per itchyny/lightline.vim@0f62126
1 parent cb69799 commit 9cea5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/goyo.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function! s:goyo_on(dim)
222222
endif
223223

224224
" lightline.vim
225-
let t:goyo_disabled_lightline = exists('#LightLine')
225+
let t:goyo_disabled_lightline = exists('#lightline')
226226
if t:goyo_disabled_lightline
227227
silent! call lightline#disable()
228228
endif

0 commit comments

Comments
 (0)