From c6fbf87f729e2a5b30c044e9eb73ceab599e4637 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Mon, 25 Aug 2014 01:40:56 -0600 Subject: [PATCH] workaround for E117 error in Vundle --- plugin/thematic.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin/thematic.vim b/plugin/thematic.vim index c1e52db..ce58b88 100644 --- a/plugin/thematic.vim +++ b/plugin/thematic.vim @@ -19,7 +19,12 @@ let g:thematic#original = {} let g:thematic#original.laststatus = &laststatus let g:thematic#original.ruler = &ruler if has('fullscreen') - call thematic#gui#initFullscreen() + try + call thematic#gui#initFullscreen() + catch /E117/ + " This is happening during BundleUpdate in Vundle on first load. + " Unsure how best to fix. + endtry endif " Defaults