Saturday, May 15, 2010

Re: How to get rid of a certain feature of some plugin???

On May 15, 12:51 am, meino.cra...@gmx.de wrote:
> AK <andrei....@gmail.com> [10-05-15 07:24]:
>
>
>
>
>
> > On 05/14/2010 11:51 PM, meino.cra...@gmx.de wrote:
> > Try :verbose map {
>
> Ok, it shows me, that {<CR> is mapped to some code of a plugin.
> That was somehow exspected, wasn't it? ;)
> : unmap {<CR>
> says "no such mapping"...
>

First, this is probably an insert-mode mapping. You'll need to
use :verbose map! and :iunmap instead of :verbose map and :unmap
above.

Secondly, if you really had done :verbose map! instead of just :map,
you should have seen exactly what file is responsible for creating the
map.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: