From 96eb18788666cc8b90f0400bde4b3d10de3cdaee Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 19 Nov 2014 10:09:12 -0800 Subject: [PATCH] Make vim-dispatch optional --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 9743cc8..1a6e7a6 100644 --- a/vimrc +++ b/vimrc @@ -301,7 +301,7 @@ let g:airline#extensions#tabline#left_alt_sep = '|' " AbuseTheForce " Set foreground if using tmux, otherwise background -if exists("$TMUX") || ( has("gui_running") && has("gui_macvim") ) +if ! exists('g:abusetheforce_dispatch_background') && (exists("$TMUX") || ( has("gui_running") && has("gui_macvim") ) ) let g:abusetheforce_dispatch_background = 0 else let g:abusetheforce_dispatch_background = 1