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

REPL completions with ~ have incorrect offset #3914

Open
staticfloat opened this issue Jun 3, 2024 · 1 comment
Open

REPL completions with ~ have incorrect offset #3914

staticfloat opened this issue Jun 3, 2024 · 1 comment

Comments

@staticfloat
Copy link
Sponsor Member

If I type dev ~/.jul, it tries to auto-expand to /Users/sabae/.julia, but uses the wrong offset because of expanduser() turning ~ into /Users/sabae:

image

This is happening with Pkg ed7a8dc

@IanButterworth
Copy link
Sponsor Member

Ah yes. Needs something similar to JuliaLang/julia#54311

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