Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Support windows (cmd.exe) #14

Open
Open
@SuperCuber

Description

The command generation in this part of the code:

let l:dep_vector = printf('''[%s "%s"]''', dep, inj['version'])

uses single quotes which don't properly work on Windows.

I only tried :Lein, but a successful command for Windows looks like:

lein update-in :dependencies conj "[refactor-nrepl/refactor-nrepl \"3.6.0\"]" -- update-in :repl-options:nrepl-middleware conj refactor-nrepl.middleware/wrap-refactor -- update-in :plugins conj "[cider/cider-nrepl \"0.30.0\"]" -- repl

I think this command should also work on unix shells.

I would make a PR but I definitely do not know my way around vimscript well enough 🙃 for now I'll hard-code this into my config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /