From a789afde984207b701e1bc58c167daac24ce8647 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 5 Jan 2021 22:47:55 +0800 Subject: [PATCH] update --- core/ui.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/ui.vim b/core/ui.vim index cbbfdc9..d2ff570 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -91,8 +91,7 @@ let s:theme = s:candidate_theme[s:idx] let s:colorscheme_func = printf('s:my_theme_dict.%s()', s:theme) if has_key(s:my_theme_dict, s:theme) - " execute 'call ' . s:colorscheme_func - call s:my_theme_dict.gruvbox_material() + execute 'call ' . s:colorscheme_func else echohl WarningMsg echomsg 'Invalid colorscheme function: ' s:colorscheme_func