aboutsummaryrefslogtreecommitdiff
path: root/core/ui.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-12-03 22:21:48 +0800
committerjdhao <jdhao@hotmail.com>2020-12-03 22:21:48 +0800
commitbfc33716c70f8cbc410ecbb3312405563439862f (patch)
tree4096bfa47176f09abbfdca8958f9174b714ae937 /core/ui.vim
parent34de7711aaef776867624b9d0c2cb0c4881c6684 (diff)
update
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
"}}