JuliaEditorSupport / julia-vim

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

Define conceal rules only for printable characters #305

Closed machakann closed 2 years ago

machakann commented 2 years 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 2 years ago

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