On Wed, Sep 5, 2012 at 3:49 PM, Christian Brabandt <
cbl...@256bit.org> 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.