Corrected return for function

This commit is contained in:
Reed Esau
2014-02-08 11:55:51 -07:00
parent e1d0c30ba8
commit ea627dcd1f

View File

@@ -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