diff options
| -rw-r--r-- | ui.vim | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -137,7 +137,6 @@ function! s:my_theme_dict.neodark() dict abort endif endfunction -" execute printf('call s:my_theme_dict.%s()', s:theme) -execute printf('call s:my_theme_dict.%s()', 'material') +execute printf('call s:my_theme_dict.%s()', s:theme) "}} "} |
