Skip to content

Avoid git submodules in Windows hanging on "Hit any key to close this window..." #606

@dezza

Description

@dezza

To make vim-plug completely unattended while installing plugins on Windows it should avoid the "Hit any key to close this window..." for repos with submodules by not using ! syntax which is used in the s:bang(cmd, ...) function used in s:update_finish()

Instead it could use the Python Command() class OR
silent ! but that is the unlikely solution - my guess is that there's a good reason it's not silent so you can verify it's not failing - so I guess the Python option is the best choice?

Please advice if this could be changed so we can avoid the cmd.exe window awaiting ENTER on each submodule.

I will submit a commit/pullrequest if you agree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions