joom / latex-unicoder.vim

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

Diacritics do not work #26

Open jorpic opened 1 year ago

jorpic commented 1 year ago

For example:

\dot{a} \dota a\dot
\hat{o} \hato o\hat

converts into

ẋ{𝑎} ẋ𝑎 𝑎ẋ
x̂{𝑜} x̂𝑜 𝑜x̂

In Unicode diacritics are combining characters but in s:presymbols they are listed as already combined with x.