On May 15, 12:51 am, [email protected] wrote: > AK <[email protected]> [10-05-15 07:24]: > > > > > > > On 05/14/2010 11:51 PM, [email protected] 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
