On Wed, September 5, 2012 15:54, Matteo Riva wrote: > On Wed, Sep 5, 2012 at 3:49 PM, Christian Brabandt <[email protected]> > wrote: >> Are you sure it is autocloses fault? This plugin doesn't remap <space> >> for me. > > It does (line 456 of plugin/AutoClose.vim): > > inoremap <buffer> <silent> <Space> <C-R>=<SID>Space()<CR> > > also if I disable the plugin, abbreviations work fine.
This must be a differen AutoClose plugin not the one you mentioned in your first message: http://www.vim.org/scripts/script.php?script_id=2009 This only has 189 lines (and doesn't remap <space>). regards, Christian -- 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
