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