aboutsummaryrefslogtreecommitdiff
path: root/core/ui.vim
diff options
context:
space:
mode:
Diffstat (limited to 'core/ui.vim')
-rw-r--r--core/ui.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ui.vim b/core/ui.vim
index ce028f6..a440361 100644
--- a/core/ui.vim
+++ b/core/ui.vim
@@ -100,7 +100,7 @@ if has_key(s:my_theme_dict, s:theme)
execute 'call ' . s:colorscheme_func
else
echohl WarningMsg
- echomsg 'Invalid colorscheme function: ' s:colorscheme_func ', using default instead.'
+ echomsg 'Invalid colorscheme function: ' s:colorscheme_func
echohl None
endif
"}}