From bfc33716c70f8cbc410ecbb3312405563439862f Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 3 Dec 2020 22:21:48 +0800 Subject: [PATCH] update --- core/ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "}}