'langmap' interacts with :nmap and that's fine. However, it also interacts with :nmap when the rhs is a <Plug> or <SID> mapping. That's not fine. Am I missing something, or is this a bug?
Here's a test: nmap t <SID>bug nnoremap <SID>bug <Esc>:echoerr "actually, i'm not a bug if this is echoed as an error, despite what you might think"<CR> set langmap=gj Now, pressing t will not display anything. However, after executing set langmap= pressing t will display the error. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---