> > It looks kosher, leading me to believe it may be some funky > mapping/abbrv you have in place. Do you experience the same > problem when you start with > > vim -u NONE > > If it does, then you'd have to track down which mapping is > impeding your success. If it doesn't work when started with a > blank config file, it might help to have the output of >
Ok, I figured out what the problem is, but it's a drag because I like the setting to much to not use it: " Swap ; and : Convenient. nnoremap ; : nnoremap : ; vnoremap ; : vnoremap : ; So I can't do @: because it tries to do @; but if I do @; nothing happens at all... -- fREW Schmidt http://blog.afoolishmanifesto.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
