aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2016-07-20 10:05:59 +0100
committerChris Kempson <git@chriskempson.com>2016-07-20 10:05:59 +0100
commit9b8d1d9137b539af0cc49105f5edbd12485dde21 (patch)
tree607fdfa47e27321e65c3edbc7a75cf547e3c2292
parent7d4da142a2155f1a60efebb86a8b47068f0500d2 (diff)
Updates output
-rw-r--r--colors/base16-3024.vim2
-rw-r--r--colors/base16-apathy.vim2
-rw-r--r--colors/base16-ashes.vim2
-rw-r--r--colors/base16-atelier-cave.vim2
-rw-r--r--colors/base16-atelier-dune.vim2
-rw-r--r--colors/base16-atelier-estuary.vim2
-rw-r--r--colors/base16-atelier-forest.vim2
-rw-r--r--colors/base16-atelier-heath.vim2
-rw-r--r--colors/base16-atelier-lakeside.vim2
-rw-r--r--colors/base16-atelier-plateau.vim2
-rw-r--r--colors/base16-atelier-savanna.vim2
-rw-r--r--colors/base16-atelier-seaside.vim2
-rw-r--r--colors/base16-atelier-sulphurpool.vim2
-rw-r--r--colors/base16-bespin.vim2
-rw-r--r--colors/base16-brewer.vim2
-rw-r--r--colors/base16-bright.vim2
-rw-r--r--colors/base16-chalk.vim2
-rw-r--r--colors/base16-codeschool.vim2
-rw-r--r--colors/base16-darktooth.vim2
-rw-r--r--colors/base16-default-dark.vim2
-rw-r--r--colors/base16-default-light.vim2
-rw-r--r--colors/base16-eighties.vim2
-rw-r--r--colors/base16-embers.vim2
-rw-r--r--colors/base16-flat.vim2
-rw-r--r--colors/base16-google-dark.vim2
-rw-r--r--colors/base16-google-light.vim2
-rw-r--r--colors/base16-grayscale-dark.vim2
-rw-r--r--colors/base16-grayscale-light.vim2
-rw-r--r--colors/base16-green-screen.vim2
-rw-r--r--colors/base16-harmonic16-dark.vim2
-rw-r--r--colors/base16-harmonic16-light.vim2
-rw-r--r--colors/base16-hopscotch.vim2
-rw-r--r--colors/base16-ir-black.vim2
-rw-r--r--colors/base16-isotope.vim2
-rw-r--r--colors/base16-london-tube.vim2
-rw-r--r--colors/base16-macintosh.vim2
-rw-r--r--colors/base16-marrakesh.vim2
-rw-r--r--colors/base16-materia.vim2
-rw-r--r--colors/base16-mocha.vim2
-rw-r--r--colors/base16-monokai.vim2
-rw-r--r--colors/base16-ocean.vim2
-rw-r--r--colors/base16-oceanicnext.vim2
-rw-r--r--colors/base16-paraiso.vim2
-rw-r--r--colors/base16-phd.vim2
-rw-r--r--colors/base16-pico.vim2
-rw-r--r--colors/base16-pop.vim2
-rw-r--r--colors/base16-railscasts.vim2
-rw-r--r--colors/base16-seti-ui.vim2
-rw-r--r--colors/base16-shapeshifter.vim2
-rw-r--r--colors/base16-solar-flare.vim2
-rw-r--r--colors/base16-solarized-dark.vim2
-rw-r--r--colors/base16-solarized-light.vim2
-rw-r--r--colors/base16-spacemacs.vim2
-rw-r--r--colors/base16-summerfruit.vim2
-rw-r--r--colors/base16-tomorrow-night.vim2
-rw-r--r--colors/base16-tomorrow.vim2
-rw-r--r--colors/base16-twilight.vim2
57 files changed, 57 insertions, 57 deletions
diff --git a/colors/base16-3024.vim b/colors/base16-3024.vim
index a1c6833..ce34f31 100644
--- a/colors/base16-3024.vim
+++ b/colors/base16-3024.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-3024.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-3024.sh"
endif
endif
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
diff --git a/colors/base16-ashes.vim b/colors/base16-ashes.vim
index 08142a0..b03535f 100644
--- a/colors/base16-ashes.vim
+++ b/colors/base16-ashes.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-ashes.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-ashes.sh"
endif
endif
diff --git a/colors/base16-atelier-cave.vim b/colors/base16-atelier-cave.vim
index bef58ac..d9571b3 100644
--- a/colors/base16-atelier-cave.vim
+++ b/colors/base16-atelier-cave.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-atelier-cave.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-cave.sh"
endif
endif
diff --git a/colors/base16-atelier-dune.vim b/colors/base16-atelier-dune.vim
index 5ee2137..a6f2795 100644
--- a/colors/base16-atelier-dune.vim
+++ b/colors/base16-atelier-dune.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-atelier-dune.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-dune.sh"
endif
endif
diff --git a/colors/base16-atelier-estuary.vim b/colors/base16-atelier-estuary.vim
index 77a68f7..1fc5204 100644
--- a/colors/base16-atelier-estuary.vim
+++ b/colors/base16-atelier-estuary.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-atelier-estuary.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-estuary.sh"
endif
endif
diff --git a/colors/base16-atelier-forest.vim b/colors/base16-atelier-forest.vim
index 1a9d676..27a426b 100644
--- a/colors/base16-atelier-forest.vim
+++ b/colors/base16-atelier-forest.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-atelier-forest.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-forest.sh"
endif
endif
diff --git a/colors/base16-atelier-heath.vim b/colors/base16-atelier-heath.vim
index a58c2bb..8715b5f 100644
--- a/colors/base16-atelier-heath.vim
+++ b/colors/base16-atelier-heath.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-atelier-heath.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-heath.sh"
endif
endif
diff --git a/colors/base16-atelier-lakeside.vim b/colors/base16-atelier-lakeside.vim
index a320bb7..cde395e 100644
--- a/colors/base16-atelier-lakeside.vim
+++ b/colors/base16-atelier-lakeside.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-atelier-lakeside.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-lakeside.sh"
endif
endif
diff --git a/colors/base16-atelier-plateau.vim b/colors/base16-atelier-plateau.vim
index 010f485..b83b8b6 100644
--- a/colors/base16-atelier-plateau.vim
+++ b/colors/base16-atelier-plateau.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-atelier-plateau.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-plateau.sh"
endif
endif
diff --git a/colors/base16-atelier-savanna.vim b/colors/base16-atelier-savanna.vim
index 2a759bf..79d278e 100644
--- a/colors/base16-atelier-savanna.vim
+++ b/colors/base16-atelier-savanna.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-atelier-savanna.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-savanna.sh"
endif
endif
diff --git a/colors/base16-atelier-seaside.vim b/colors/base16-atelier-seaside.vim
index 108dc0d..6ead604 100644
--- a/colors/base16-atelier-seaside.vim
+++ b/colors/base16-atelier-seaside.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-atelier-seaside.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-seaside.sh"
endif
endif
diff --git a/colors/base16-atelier-sulphurpool.vim b/colors/base16-atelier-sulphurpool.vim
index 30a0432..cacf442 100644
--- a/colors/base16-atelier-sulphurpool.vim
+++ b/colors/base16-atelier-sulphurpool.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-atelier-sulphurpool.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-atelier-sulphurpool.sh"
endif
endif
diff --git a/colors/base16-bespin.vim b/colors/base16-bespin.vim
index ac22ea9..c56fac9 100644
--- a/colors/base16-bespin.vim
+++ b/colors/base16-bespin.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-bespin.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-bespin.sh"
endif
endif
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
diff --git a/colors/base16-bright.vim b/colors/base16-bright.vim
index 39af25c..99e79fd 100644
--- a/colors/base16-bright.vim
+++ b/colors/base16-bright.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-bright.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-bright.sh"
endif
endif
diff --git a/colors/base16-chalk.vim b/colors/base16-chalk.vim
index 75e0df3..afbe702 100644
--- a/colors/base16-chalk.vim
+++ b/colors/base16-chalk.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-chalk.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-chalk.sh"
endif
endif
diff --git a/colors/base16-codeschool.vim b/colors/base16-codeschool.vim
index 0c6a78d..8737f2d 100644
--- a/colors/base16-codeschool.vim
+++ b/colors/base16-codeschool.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-codeschool.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-codeschool.sh"
endif
endif
diff --git a/colors/base16-darktooth.vim b/colors/base16-darktooth.vim
index ff25ce6..f8aa0e3 100644
--- a/colors/base16-darktooth.vim
+++ b/colors/base16-darktooth.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-darktooth.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-darktooth.sh"
endif
endif
diff --git a/colors/base16-default-dark.vim b/colors/base16-default-dark.vim
index 439ebd0..3942561 100644
--- a/colors/base16-default-dark.vim
+++ b/colors/base16-default-dark.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-default-dark.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-default-dark.sh"
endif
endif
diff --git a/colors/base16-default-light.vim b/colors/base16-default-light.vim
index a79e89c..7fb0dd3 100644
--- a/colors/base16-default-light.vim
+++ b/colors/base16-default-light.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-default-light.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-default-light.sh"
endif
endif
diff --git a/colors/base16-eighties.vim b/colors/base16-eighties.vim
index d09a861..655a281 100644
--- a/colors/base16-eighties.vim
+++ b/colors/base16-eighties.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-eighties.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-eighties.sh"
endif
endif
diff --git a/colors/base16-embers.vim b/colors/base16-embers.vim
index bf33552..b85c9cd 100644
--- a/colors/base16-embers.vim
+++ b/colors/base16-embers.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-embers.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-embers.sh"
endif
endif
diff --git a/colors/base16-flat.vim b/colors/base16-flat.vim
index f815ab2..8855f19 100644
--- a/colors/base16-flat.vim
+++ b/colors/base16-flat.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-flat.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-flat.sh"
endif
endif
diff --git a/colors/base16-google-dark.vim b/colors/base16-google-dark.vim
index 34705cd..aa27a99 100644
--- a/colors/base16-google-dark.vim
+++ b/colors/base16-google-dark.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-google-dark.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-google-dark.sh"
endif
endif
diff --git a/colors/base16-google-light.vim b/colors/base16-google-light.vim
index d0765bc..bd0e605 100644
--- a/colors/base16-google-light.vim
+++ b/colors/base16-google-light.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-google-light.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-google-light.sh"
endif
endif
diff --git a/colors/base16-grayscale-dark.vim b/colors/base16-grayscale-dark.vim
index e0554b2..0d935ab 100644
--- a/colors/base16-grayscale-dark.vim
+++ b/colors/base16-grayscale-dark.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-grayscale-dark.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-grayscale-dark.sh"
endif
endif
diff --git a/colors/base16-grayscale-light.vim b/colors/base16-grayscale-light.vim
index f3315c5..152f97a 100644
--- a/colors/base16-grayscale-light.vim
+++ b/colors/base16-grayscale-light.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-grayscale-light.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-grayscale-light.sh"
endif
endif
diff --git a/colors/base16-green-screen.vim b/colors/base16-green-screen.vim
index 40feb93..468e3a5 100644
--- a/colors/base16-green-screen.vim
+++ b/colors/base16-green-screen.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-green-screen.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-green-screen.sh"
endif
endif
diff --git a/colors/base16-harmonic16-dark.vim b/colors/base16-harmonic16-dark.vim
index b525b37..a1189be 100644
--- a/colors/base16-harmonic16-dark.vim
+++ b/colors/base16-harmonic16-dark.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-harmonic16-dark.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-harmonic16-dark.sh"
endif
endif
diff --git a/colors/base16-harmonic16-light.vim b/colors/base16-harmonic16-light.vim
index ebc2e1c..902c83d 100644
--- a/colors/base16-harmonic16-light.vim
+++ b/colors/base16-harmonic16-light.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-harmonic16-light.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-harmonic16-light.sh"
endif
endif
diff --git a/colors/base16-hopscotch.vim b/colors/base16-hopscotch.vim
index 88b2756..1ddf173 100644
--- a/colors/base16-hopscotch.vim
+++ b/colors/base16-hopscotch.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-hopscotch.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-hopscotch.sh"
endif
endif
diff --git a/colors/base16-ir-black.vim b/colors/base16-ir-black.vim
index 8cdcb09..9a8e4e2 100644
--- a/colors/base16-ir-black.vim
+++ b/colors/base16-ir-black.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-ir-black.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-ir-black.sh"
endif
endif
diff --git a/colors/base16-isotope.vim b/colors/base16-isotope.vim
index b832796..22e6ae2 100644
--- a/colors/base16-isotope.vim
+++ b/colors/base16-isotope.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-isotope.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-isotope.sh"
endif
endif
diff --git a/colors/base16-london-tube.vim b/colors/base16-london-tube.vim
index 09c7633..6293b17 100644
--- a/colors/base16-london-tube.vim
+++ b/colors/base16-london-tube.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-london-tube.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-london-tube.sh"
endif
endif
diff --git a/colors/base16-macintosh.vim b/colors/base16-macintosh.vim
index 8415ecf..da842af 100644
--- a/colors/base16-macintosh.vim
+++ b/colors/base16-macintosh.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-macintosh.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-macintosh.sh"
endif
endif
diff --git a/colors/base16-marrakesh.vim b/colors/base16-marrakesh.vim
index 0a252ba..a1bd04a 100644
--- a/colors/base16-marrakesh.vim
+++ b/colors/base16-marrakesh.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-marrakesh.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-marrakesh.sh"
endif
endif
diff --git a/colors/base16-materia.vim b/colors/base16-materia.vim
index d085ebd..86db5f5 100644
--- a/colors/base16-materia.vim
+++ b/colors/base16-materia.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-materia.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-materia.sh"
endif
endif
diff --git a/colors/base16-mocha.vim b/colors/base16-mocha.vim
index 5f46bb5..7cb8d51 100644
--- a/colors/base16-mocha.vim
+++ b/colors/base16-mocha.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-mocha.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-mocha.sh"
endif
endif
diff --git a/colors/base16-monokai.vim b/colors/base16-monokai.vim
index 1e7187c..87d748f 100644
--- a/colors/base16-monokai.vim
+++ b/colors/base16-monokai.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-monokai.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-monokai.sh"
endif
endif
diff --git a/colors/base16-ocean.vim b/colors/base16-ocean.vim
index da9401b..91d071a 100644
--- a/colors/base16-ocean.vim
+++ b/colors/base16-ocean.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-ocean.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-ocean.sh"
endif
endif
diff --git a/colors/base16-oceanicnext.vim b/colors/base16-oceanicnext.vim
index 8c5708f..6cd9ae6 100644
--- a/colors/base16-oceanicnext.vim
+++ b/colors/base16-oceanicnext.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-oceanicnext.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-oceanicnext.sh"
endif
endif
diff --git a/colors/base16-paraiso.vim b/colors/base16-paraiso.vim
index ce31178..84d386c 100644
--- a/colors/base16-paraiso.vim
+++ b/colors/base16-paraiso.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-paraiso.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-paraiso.sh"
endif
endif
diff --git a/colors/base16-phd.vim b/colors/base16-phd.vim
index 3034512..a02a4a3 100644
--- a/colors/base16-phd.vim
+++ b/colors/base16-phd.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-phd.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-phd.sh"
endif
endif
diff --git a/colors/base16-pico.vim b/colors/base16-pico.vim
index 0ae33b6..ae14cf0 100644
--- a/colors/base16-pico.vim
+++ b/colors/base16-pico.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-pico.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-pico.sh"
endif
endif
diff --git a/colors/base16-pop.vim b/colors/base16-pop.vim
index 57a4b5a..f1053f4 100644
--- a/colors/base16-pop.vim
+++ b/colors/base16-pop.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-pop.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-pop.sh"
endif
endif
diff --git a/colors/base16-railscasts.vim b/colors/base16-railscasts.vim
index 4d882ff..35e8b3c 100644
--- a/colors/base16-railscasts.vim
+++ b/colors/base16-railscasts.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-railscasts.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-railscasts.sh"
endif
endif
diff --git a/colors/base16-seti-ui.vim b/colors/base16-seti-ui.vim
index 1fe6b2e..015e49a 100644
--- a/colors/base16-seti-ui.vim
+++ b/colors/base16-seti-ui.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-seti-ui.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-seti-ui.sh"
endif
endif
diff --git a/colors/base16-shapeshifter.vim b/colors/base16-shapeshifter.vim
index c1dc6e4..b72d092 100644
--- a/colors/base16-shapeshifter.vim
+++ b/colors/base16-shapeshifter.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-shapeshifter.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-shapeshifter.sh"
endif
endif
diff --git a/colors/base16-solar-flare.vim b/colors/base16-solar-flare.vim
index 9830c89..1cc7a0a 100644
--- a/colors/base16-solar-flare.vim
+++ b/colors/base16-solar-flare.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-solar-flare.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-solar-flare.sh"
endif
endif
diff --git a/colors/base16-solarized-dark.vim b/colors/base16-solarized-dark.vim
index 7258620..69e600e 100644
--- a/colors/base16-solarized-dark.vim
+++ b/colors/base16-solarized-dark.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-solarized-dark.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-solarized-dark.sh"
endif
endif
diff --git a/colors/base16-solarized-light.vim b/colors/base16-solarized-light.vim
index 048a03e..85ff862 100644
--- a/colors/base16-solarized-light.vim
+++ b/colors/base16-solarized-light.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-solarized-light.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-solarized-light.sh"
endif
endif
diff --git a/colors/base16-spacemacs.vim b/colors/base16-spacemacs.vim
index c004d13..f877128 100644
--- a/colors/base16-spacemacs.vim
+++ b/colors/base16-spacemacs.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-spacemacs.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-spacemacs.sh"
endif
endif
diff --git a/colors/base16-summerfruit.vim b/colors/base16-summerfruit.vim
index cb7b630..bde659b 100644
--- a/colors/base16-summerfruit.vim
+++ b/colors/base16-summerfruit.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-summerfruit.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-summerfruit.sh"
endif
endif
diff --git a/colors/base16-tomorrow-night.vim b/colors/base16-tomorrow-night.vim
index c7bd558..d7d0d5c 100644
--- a/colors/base16-tomorrow-night.vim
+++ b/colors/base16-tomorrow-night.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-tomorrow-night.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-tomorrow-night.sh"
endif
endif
diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim
index 076c9b7..c3a82fd 100644
--- a/colors/base16-tomorrow.vim
+++ b/colors/base16-tomorrow.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-tomorrow.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-tomorrow.sh"
endif
endif
diff --git a/colors/base16-twilight.vim b/colors/base16-twilight.vim
index c65e201..41ac601 100644
--- a/colors/base16-twilight.vim
+++ b/colors/base16-twilight.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-twilight.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-twilight.sh"
endif
endif