For example: ```jl julia> using LibGit2: GitRepo julia> GitR<TAB> # doesn't complete julia> using LibGit2 julia> GitR<TAB> # completes to GitRepo ``` This also fails on 0.6 but according to @ararslan it works on 0.5 so marking as regression.