9 Feb 00:14
Can't map some unicode chars
Israel Chauca F. <israelvarios <at> fastmail.fm>
2012-02-08 23:14:56 GMT
2012-02-08 23:14:56 GMT
Hi, I'm trying to use some mappings with these characters (referred to me as german quotes): char UTF-8 Code „ E2 80 9E “ E2 80 9C But the mappings don't expand when they are the first char of the LHS of the mapping. I have tested the following cases (gvim -N -u NONE -U NONE and vim -N -u NONE): imap “ z <-- does not expand imap ” y <-- does not expand imap a“ x <-- expands imap a” w <-- expands imap “a v <-- does not expand imap ”a u <-- does not expand imap <Char-0x201E> t <-- does not expand imap <Char-0x201D> u <-- does not expand When I run :imap the mappings are listed. No problem when they are on the RHS of the mapping. Can somebody else confirm this? Is this expected? Cheers! Israel -- --(Continue reading)
RSS Feed