What does "set enc? fenc? fencs?" print out if you > put it in _vimrc? If you run that line manually?
Looks like you were on to something. fenc=utf-8 enc=utf-8 fencs=ucs-bom,utf-8,default,latin1 In my .vimrc, I had this set encoding=utf-8 when I put the the keymaps after that line in .vimrc, they work, before that line, they don't work. Without that line, they work. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
