This commit is contained in:
jdhao
2020-12-03 22:21:48 +08:00
parent 34de7711aa
commit bfc33716c7
+1 -1
View File
@@ -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
"}}