Hi,
[email protected] wrote: > > Hi, I'm using the xml-plugin and it says I can set the localleader to > something else. But it does not work. It remains using the backslash > "\". > > I tried :let maplocalleader = ";". > :let maplocalleader returns : ; > > but the backslash is still in effect and ";" is not. What might be the > problem? make sure you set maplocalleader before the xml-plugin is sourced, because its value is used at the time the mapping is defined. Your .vimrc or .vim/ftplugin/xml.vim might be a good place. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
