mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -05:00
Disable async for vim pending vim segfault fix.
References: - #332 - https://groups.google.com/d/topic/vim_dev/n0jeRog4DI0/discussion
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let s:jobs = {}
|
||||
" Async broken on MacVim in GUI mode:
|
||||
" https://github.com/macvim-dev/macvim/issues/272
|
||||
let s:available = has('nvim') || (has('patch-7-4-1791') && !(has('gui_macvim') && has('gui_running')))
|
||||
let s:available = has('nvim') "|| (has('patch-7-4-1791') && !(has('gui_macvim') && has('gui_running')))
|
||||
|
||||
function! gitgutter#async#available()
|
||||
return s:available
|
||||
|
||||
Reference in New Issue
Block a user