JuliaEditorSupport/julia-vim

`\^downarrow` and `\^uparrow` don't tab complete

mtfishman opened this issue · 1 comments

julia-vim does not appear to tab complete \^downarrow to the unicode character , and same for \^uparrow to . Both work in the REPL for me. This would be nice to have since \downarrow and \uparrow can't be used in Julia identifiers, so those are nice alternatives.

Thanks for the quick fix!