diff options
Diffstat (limited to 'colors/base16-brewer.vim')
-rw-r--r-- | colors/base16-brewer.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-brewer.vim b/colors/base16-brewer.vim index cb20465..06fd49e 100644 --- a/colors/base16-brewer.vim +++ b/colors/base16-brewer.vim @@ -8,7 +8,7 @@ " let g:base16_shell_path=base16-builder/output/shell/ if !has('gui_running') if exists("g:base16_shell_path") - execute "silent !/bin/sh ".g:base16_shell_path."/base16-brewer.".&background.".sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-brewer.sh" endif endif |