joom / latex-unicoder.vim

A plugin to type Unicode chars in Vim, using their LaTeX names.
90 stars 14 forks source link

match_longest returns wrong length for some values #16

Closed whonore closed 7 years ago

whonore commented 7 years ago

Strings that are in between two matches convert to the shorter match, but delete the extra characters. For example: \p \pi \pit \pitchfork becomes π π ⋔ (the \p is deleted)