diff options
| author | jdhao <jdhao@hotmail.com> | 2020-12-03 22:21:48 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-12-03 22:21:48 +0800 |
| commit | bfc33716c70f8cbc410ecbb3312405563439862f (patch) | |
| tree | 4096bfa47176f09abbfdca8958f9174b714ae937 /core/ui.vim | |
| parent | 34de7711aaef776867624b9d0c2cb0c4881c6684 (diff) | |
update
Diffstat (limited to 'core/ui.vim')
| -rw-r--r-- | core/ui.vim | 2 |
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 "}} |
