Hey Andy,
I didn't even know that option existed. I haven't touched it. But I
ran ':set remap?' to double check and got 'remap' back, so it seems
set.

I run all of my mappings as 'noremap' anyway, so shouldn't that option
be ignored?

Just out of interest, you've never noticed or had this problem working
with Vim?

On Feb 14, 1:33 am, Andy Wokula <[email protected]> wrote:
> Am 13.02.2010 11:59, schrieb Joel Jackson:
>
>
>
> > 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?
>
> Do you have 'remap' turned off?
>      :h 'remap
>
> --
> Andy

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to