[implementations-list] [Vimpulse] Bug: Ctrl-n doesn't work as it should

Štěpán Němec stepnem at gmail.com
Tue Apr 13 19:22:31 CEST 2010


On Tue, Apr 13, 2010 at 04:58:14PM +0100, Alessandro Piras wrote:
> example:
> ---------
> giangianni
> giang<C-n>
> ~
> ---------
> doesn't complete giang to giangianni. It works in Vim.
> vimpulse-abbrev-expand-after is broken.

Yeah... this is just one of many things that involve some kind of
thinking about Vimpulse's "philosophy", i.e.: does it make sense to ape
Vim features into all details? My answer is "no", because it's
definitely not possible in all cases. And it's not even *desirable* in
all cases. But that's a matter of opinion, of course.

To be specific: `vimpulse-abbrev-expand-after' is implemented using
`abbrev-expand', which, unlike Vim, does not seem to wrap around the end
of buffer when no match is found. Maybe it can be fixed, I don't
know. But I don't really care either -- my answer is: just use <C-P>
(C-p).

YMMV

  Štěpán



More information about the implementations-list mailing list