1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
This commit is contained in:
jdhao 2020-12-03 22:21:48 +08:00
parent 34de7711aa
commit bfc33716c7

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
"}}