JuliaLang/Pkg.jl

REPL completions with `~` have incorrect offset

staticfloat opened this issue · 1 comments

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

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