Changing text appearence in vim
        Posted  
        
            by anon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by anon
        
        
        
        Published on 2010-04-21T10:27:06Z
        Indexed on 
            2010/04/22
            18:53 UTC
        
        
        Read the original article
        Hit count: 219
        
Suppose I have a file, whose entire contents is:
\u1234
and suppose 1234 is the code for \alpha
is there a way to, in vim, have the "\1234" show up as a single \alpha symbol (and be treated as an \alpha symbol) ?
Thanks!
[This problem arises since I want to to use unicode names in g++]
© Stack Overflow or respective owner