JuliaEditorSupport / julia-vim

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

Define conceal rules only for printable characters #305

Closed machakann closed 1 year ago

machakann commented 1 year ago

This pr is to solve the problem reported at #303. The problem seems to happen when a conceal rule is tried to make for an imprintable character.

carlobaldassi commented 1 year ago

Just tested, indeed it seems to work correctly. Thanks!