mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
@@ -80,7 +80,7 @@ call gitgutter#highlight#define_signs()
|
|||||||
" - executing a job in the foreground launches a new window which takes the focus;
|
" - executing a job in the foreground launches a new window which takes the focus;
|
||||||
" - when the job finishes, focus returns to gvim;
|
" - when the job finishes, focus returns to gvim;
|
||||||
" - the FocusGained event triggers a new job (see below).
|
" - the FocusGained event triggers a new job (see below).
|
||||||
if gitgutter#utility#windows() && !gitgutter#async#available()
|
if gitgutter#utility#windows() && !(g:gitgutter_async && gitgutter#async#available())
|
||||||
set noshelltemp
|
set noshelltemp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user