aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
diff options
context:
space:
mode:
authorDLWood1001 <daniel.l.wood@gmail.com>2016-07-09 09:13:43 -0400
committerDLWood1001 <daniel.l.wood@gmail.com>2016-07-09 09:13:43 -0400
commit3cd31abbb7f42a207e3f700b3744967cd5eab5d2 (patch)
treeb17a041d3eea6c2d6c317dcdedb9022638e20c88 /templates/default.mustache
parent6e46bccea5b24a5e862bc4ef183592b3a0e4da71 (diff)
Removed &background setting as it seems to be deprecated.
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index 80c44a3..cf411c2 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -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-{{scheme-slug}}.".&background.".sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-{{scheme-slug}}.sh"
endif
endif