Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pasting into Windows REPLs adds leading indentations #281

Open
heetbeet opened this issue Sep 27, 2022 · 1 comment
Open

Pasting into Windows REPLs adds leading indentations #281

heetbeet opened this issue Sep 27, 2022 · 1 comment

Comments

@heetbeet
Copy link

(@v1.8) pkg> status OhMyREPL
Status `C:\Users\simon\.julia\environments\v1.8\Project.toml`
  [5fb14364] OhMyREPL v0.5.12

Say I want to paste the following code into a Julia instance with OhMyREPL running:

function example()
    for i = 1:10
        """
            multi
            lines
            string
        """
    end
end

I get the following results (failures: cmd, Powershell, Windows Terminal, and VSCode; success: Minnty):

Cmd

image

Powershell

image

Windows Terminal

image

VSCode

image

Git Bash (Minnty) -- Success

image

@MarcMush
Copy link
Contributor

This is the same issue as #239
My solution is #239 (comment) (or #240)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants