mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-13 12:23:49 -05:00
Corrected return for function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user