diff options
author | Chris Kempson <git@chriskempson.com> | 2016-07-20 10:05:59 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2016-07-20 10:05:59 +0100 |
commit | 9b8d1d9137b539af0cc49105f5edbd12485dde21 (patch) | |
tree | 607fdfa47e27321e65c3edbc7a75cf547e3c2292 /colors/base16-apathy.vim | |
parent | 7d4da142a2155f1a60efebb86a8b47068f0500d2 (diff) |
Updates output
Diffstat (limited to 'colors/base16-apathy.vim')
-rw-r--r-- | colors/base16-apathy.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-apathy.vim b/colors/base16-apathy.vim index 990db5e..dd9ae51 100644 --- a/colors/base16-apathy.vim +++ b/colors/base16-apathy.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-apathy.".&background.".sh" + execute "silent !/bin/sh ".g:base16_shell_path."/base16-apathy.sh" endif endif |