-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have a recurrent problem and I think it's related to a plugin. I use gVim and installed your plugin to try figure out the faulty part on my configs but I can't run Bisectly from gVim. I assume it's because it want's to run vim instead of gVim and it just waits for the new vim instance to close, but the instance never came to spawn and it's waiting on the limbo, I mean, the new process vim is there, but I can't interact with it. I could change on line 36 and add a
if has("gui_running")
let g:vim_exe = 'gvim'
else
let g:vim_exe = 'vim'
endif
But then I don't know where to make it wait until I set Zombies or Unicorns. Any ideas?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels