mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -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;
|
||||
" - when the job finishes, focus returns to gvim;
|
||||
" - 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
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user