Suppose I have a file whose entire contents are:
\u1234
and let 1234 be the code for \ alpha
Is there a way, in vim, "\ 1234" is displayed as a single \ alpha character (and be considered a \ alpha character)?
Thanks!
[This problem occurs because I want to use unicode names in g ++]
source share