-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 14-Jan-2015 16:07, Bram Moolenaar wrote:
>
> The problem is with using State directly, should use
> get_real_state().
>
> I added a test, but it also passes without the fix. Same problem
> that it works when using :normal or feedkeys().
Thanks,
Ingo Karkat wrote:
> First, thanks for fixing this issue with unmapping CTRL-C, Bram and
> Christian! Unfortunately, after patch 7.4.569, I cannot map in
> visual or select mode any more. (I have mapped this to "copy to
> clipboard", similar to what's in mswin.vi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello Vim developers,
First, thanks for fixing this issue with unmapping CTRL-C, Bram and
Christian! Unfortunately, after patch 7.4.569, I cannot map in
visual or select mode any more. (I have mapped this to "copy to
clipboard", similar to
Ike Devolder wrote:
> On Wed, Jan 14, 2015 at 12:44:57PM +0100, Bram Moolenaar wrote:
> >
> > Patch 7.4.569 (after 7.4.468)
> > Problem:Having CTRL-C interrupt or not does not check the mode of the
> > mapping. (Ingo Karkat)
> > Solution:
On Wed, Jan 14, 2015 at 12:44:57PM +0100, Bram Moolenaar wrote:
>
> Patch 7.4.569 (after 7.4.468)
> Problem:Having CTRL-C interrupt or not does not check the mode of the
> mapping. (Ingo Karkat)
> Solution: Use a bitmask with the map mode. (Christian Br
Patch 7.4.569 (after 7.4.468)
Problem:Having CTRL-C interrupt or not does not check the mode of the
mapping. (Ingo Karkat)
Solution: Use a bitmask with the map mode. (Christian Brabandt)
Files: src/getchar.c, src/structs.h, src/testdir/test_mapping.in,
src