Does anyone know why, whenever I run a macro, any mappings that I might currently have in my session don't work?
For example. I might have the following mapping: nnoremap % : E.g. I press the '%' sign to enter Ex mode. Now, if I start a macro, say qq, then do some stuff which includes doing something in Ex mode (command line), when I play the macro back the % is recorded in the 'q' register, but it's treated as a '%' in the playback, not as a ':', as I had hoped. Hopefully that's clear what I'm trying to do. Is there a option or something I should be setting? I've checked the Vim documentation, and Googled around, but haven't found anything about this topic. At the moment I'm just avoiding using macros. Anyone got any ideas how to change this? -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
