aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-01-05 22:47:55 +0800
committerjdhao <jdhao@hotmail.com>2021-01-05 22:47:55 +0800
commita789afde984207b701e1bc58c167daac24ce8647 (patch)
tree3d8a4ed92f24dec6f8ed06261d1ce74dd6403c9e
parent9c88f3e34e660b52185f3d057815c37e9f78ad48 (diff)
update
-rw-r--r--core/ui.vim3
1 files changed, 1 insertions, 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