From 5a663f2d37f5a541146728a4f2a7acadc8a69929 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 17 Jan 2014 23:40:27 +0900 Subject: [PATCH] Ignore errors from AirlineRefresh (#15) --- plugin/goyo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/goyo.vim b/plugin/goyo.vim index c8473c9..751162c 100644 --- a/plugin/goyo.vim +++ b/plugin/goyo.vim @@ -267,7 +267,7 @@ function! s:goyo_off() if goyo_disabled_airline && !exists("#airline") AirlineToggle - AirlineRefresh + silent! AirlineRefresh endif if goyo_disabled_powerline && !exists("#PowerlineMain")