Tony Mechelynck schrieb:
> It means that the mapping is buffer-local, see ":help map-listing".
>
> You can unmap the mapping by:
> 1) making sure that the current buffer is the buffer where the mapping
> is defined;
> 2) use ":unmap {lhs}" with exactly the same {lhs} that you used when
> creating the mapping (without <buffer> or <expr>, and with no {rhs}).
... except that
:unmap <buffer> {lhs}
is possible and different from
:unmap {lhs}
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---