Wednesday, June 17, 2015

Re: Inconsistent mapping of .

Le mercredi 17 juin 2015 à 16:55, Christian Brabandt a écrit:
> Am 2015-06-17 10:23, schrieb Paul Isambert:
> >Le mercredi 17 juin 2015 à 10:02, Christian Brabandt a écrit:
> >>Am 2015-06-17 08:36, schrieb Paul Isambert:
> >>>Hello there,
> >>>
> >>>If I do this:
> >>>
> >>> cnoremap <C-C> Z
> >>>
> >>>then <Ctrl-C> properly prints Z in the commandline. On the other hand,
> >>>this:
> >>>
> >>> noremap! <C-C> Z
> >>>
> >>>remaps <Ctrl-C> in insert mode but not in the commandline, as it
> >>>should. An easy workaround is to replace "noremap!" with "inoremap"
> >>>and "cnoremap", but this looks like a bug, doesn't it?
> >>
> >>What version is this?
> >
> >7.4 with patches 1-729, running on Arch.
>
> I can't reproduce this. Can you reproduce with vim -u NONE -N?

Ouch, no I can't. Sorry I didn't try that before. I'll investigate and
report here if needed.

Thanks,
Paul

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: