I have installed the vim autoclose plugin[1] which is quite useful but
due to the remapping of <Space> now insert mode abbreviations aren't
expanded anymore (must do it with CTRL-]).
Is it possible to have both functionalities together?
On Wed, September 5, 2012 15:37, Matteo Riva wrote:
> I have installed the vim autoclose plugin[1] which is quite useful but
> due to the remapping of <Space> now insert mode abbreviations aren't
> expanded anymore (must do it with CTRL-]).
> Is it possible to have both functionalities together?
On Wed, Sep 5, 2012 at 3:49 PM, Christian Brabandt <cbli...@256bit.org> wrote:
> Are you sure it is autocloses fault? This plugin doesn't remap <space>
> for me.
On Wed, September 5, 2012 15:54, Matteo Riva wrote:
> On Wed, Sep 5, 2012 at 3:49 PM, Christian Brabandt <cbli...@256bit.org>
> wrote:
>> Are you sure it is autocloses fault? This plugin doesn't remap <space>
>> for me.
On Wed, Sep 5, 2012 at 4:00 PM, Christian Brabandt <cbli...@256bit.org> wrote:
> 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>).
On Wed, September 5, 2012 16:06, Matteo Riva wrote:
> On Wed, Sep 5, 2012 at 4:00 PM, Christian Brabandt <cbli...@256bit.org>
> wrote:
>> 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>).
> I might try the other one, although the automatic insertion of space is
> nice.
I have no access to github currently, but you could open an issue
at github, requesting that the mapping of space should always prepend a
<c-]> to expand abbreviations (this needs at least patch 7.3.489, otherwise
it is quite un-useful).