This is very low priority. But some Vim users may have been accustomed to this behaviour (:set digraphs). It should in any case be disabled by default.
Implementation is not so straight forward, since we must track every simple keystroke to react, if the following is a <BS>.
This is very low priority. But some Vim users may have been accustomed to this behaviour (
:set digraphs
). It should in any case be disabled by default.Implementation is not so straight forward, since we must track every simple keystroke to react, if the following is a
<BS>
.