JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
752 stars 94 forks source link

Wrong symbol detection in combination with indexing #282

Closed fredrikekre closed 2 years ago

fredrikekre commented 2 years ago

This wrongly detects d to be a symbol:

a = b[c]:d[e]
a = b[c]:d

a = b:d[e] # this works though
Screenshot 2022-02-08 at 23 59 57
fredrikekre commented 2 years ago

Thank you!