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 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
