Milan Berta wrote:

> I'm using vim70g at the time.
> 
> - After loading a keymap (and setting the b:keymap_name variable to
>   anything), unloading it: 'set keymap=', the last command doesn't erase
> the b:keymap_name variable. I think vim6 doesn't behave this way, but
> I'm not sure, and I can't reproduce the problem with it. Logical would
> be if the b:keymap_name variable would be erased with 'set keymap=',
> wouldn't be.

I'll delete the b:keymap_name variable when 'keymap' is made empty.

> - Having '%k' as for the <keymap> in the 'statusline' and executing
>   'unlet b:keymap_name', the statusline still shows the last
> b:keymap_name value, and it doesn't disappear.

The statusline is redrawn when 'keymap' is changed.  In other (unlikely)
situations you need to cause a redraw yourself.

-- 
You can test a person's importance in the organization by asking how much RAM
his computer has.  Anybody who knows the answer to that question is not a
decision-maker.
                                (Scott Adams - The Dilbert principle)

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to