From ea627dcd1f6633ac1c96af523b96e8cd79dad687 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 8 Feb 2014 11:55:51 -0700 Subject: [PATCH] Corrected return for function --- autoload/thematic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/thematic.vim b/autoload/thematic.vim index 4e29bf1..068756e 100644 --- a/autoload/thematic.vim +++ b/autoload/thematic.vim @@ -131,7 +131,7 @@ endfunction function! thematic#init(mode) abort if len(g:thematic#themes) == 0 echohl WarningMsg | echo 'No themes found.' | echohl NONE - finish + return endif " attempt to preserve original colorscheme and its background