Skip to content

Signify Broken for Custom Perforce-Based VCS #327

Open
@jgehrig

Description

@jgehrig

A recent update to vim-signify breaks my configuration.

I am using vim-signify with a proprietary Perforce-Based VCS. It is mostly identical to Perforce, except with a different executable name. Very strange, I know...

Previously, I had everything working with the following values set:

let g:signify_vcs_list = [ 'perforce', 'hg', 'git' ]
let g:signify_vcs_cmds = { 'perforce': '/* Custom VCS Diff Command */' }

Now the output from :SignifyDebug shows the error Not a git repository.

Maybe this is an instance of RTFM, but nothing has jumped out at me yet. I suspect this is caused by some of the recent async/detection changes. Since my scenario/configuration is so unique, I will spend some time debugging the issue.

I read through Issue #319, and is sounds similar but unrelated. As you suggested there, I will revert to the legacy branch for now.

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