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

Redundant quotation mark " in tab completion of paths #348

Closed
adomasbaliuka opened this issue Jun 5, 2024 · 1 comment
Closed

Redundant quotation mark " in tab completion of paths #348

adomasbaliuka opened this issue Jun 5, 2024 · 1 comment

Comments

@adomasbaliuka
Copy link

Suppose I have a file in the current working directory named "somefile.txt"

When NOT using OhMyREPL, if I type

julia> open("./s

and then type TAB, the completion gives me (which is good!)

julia> open("./somefile.txt"

However, when USING OhMyREP, typing the first " character inside open("./s automatically writes the "closing" second " character (and also a closing ) but that doesn't matter here). When invoking the tab completion, another " character is produced, resulting in

julia> open("./somefile.txt"")

I then have to delete the extra ".

System Info

  [5fb14364] OhMyREPL v0.5.24

Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
  Official https://julialang.org/ release
@axsk
Copy link

axsk commented Jun 26, 2024

c.f. #334

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