mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-14 14:23:50 -05:00
Fix error when vim-signify is not installed (#39)
This commit is contained in:
@@ -286,7 +286,9 @@ function! s:goyo_off()
|
||||
endif
|
||||
|
||||
if goyo_disabled_signify
|
||||
silent! if !(b:sy.active)|SignifyToggle|endif
|
||||
silent! if !b:sy.active
|
||||
SignifyToggle
|
||||
endif
|
||||
endif
|
||||
|
||||
if goyo_disabled_airline && !exists("#airline")
|
||||
|
||||
Reference in New Issue
Block a user