mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-08 11:23:51 -05:00
Following junegunn's advice, both checks are made together
This commit is contained in:
@@ -147,9 +147,9 @@ function! s:goyo_on(width)
|
||||
endif
|
||||
|
||||
" vim-signify
|
||||
let t:goyo_disabled_signify = exists("b:sy")
|
||||
let t:goyo_disabled_signify = exists('b:sy') && b:sy.active
|
||||
if t:goyo_disabled_signify
|
||||
if (b:sy.active)|SignifyToggle|endif
|
||||
SignifyToggle
|
||||
endif
|
||||
|
||||
" vim-airline
|
||||
|
||||
Reference in New Issue
Block a user