Skip to content

Bisectly on Gvim freezes #1

@stoicAlchemist

Description

@stoicAlchemist

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions