joom / latex-unicoder.vim

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

Various regex fixes regarding multiple code replacement #6

Closed f0rki closed 9 years ago

f0rki commented 9 years ago

This fixes several bugs, introduced by my previous pull request https://github.com/joom/latex-unicoder.vim/pull/5

'\alpha\beta' was not replaced correctly '\alpha' was not replaced correctly, this introduced problems when selecting whole lines in visual mode.

Replacement of normal letters like "a" with their cursive equivalent "𝑎", is still unsupported/broken. Imho this should be configurable.

joom commented 9 years ago

Thanks!