Make vim-dispatch optional

This commit is contained in:
ViViDboarder 2014-11-19 10:09:12 -08:00
parent 00b29414e4
commit 96eb187886

2
vimrc
View File

@ -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