mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:17:35 +00:00
Make vim-dispatch optional
This commit is contained in:
parent
00b29414e4
commit
96eb187886
2
vimrc
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user