On Thu, Aug 04, 2022 at 06:52:11PM +0200, Anton Sharonov wrote:
> On Wed, Aug 03, 2022 at 01:00:15AM -0700, N V wrote:
> > my iskeyword=!-~,^*,^|,^",192-255
> >
> > it seems that affects <C-]> mapping considering
> > this
https://stackoverflow.com/questions/34018825/jump-to-tag-ctrl-stopped-working.
> >
> > Any idea ?
> > Thank you
> >
> > Le lundi 1 août 2022 à 21:52:36 UTC+2, N V a écrit :
> >
> > > Hi,
> > >
> > > As mentionned in this pull request,
> > >
https://github.com/vim/vim/issues/7749
> > >
> > > Jump tag definition does not work with CTRL-] but works with
> > > CTRL-leftmouseclick.
> > > On azerty keyboard ver of gvim x64 9.0.0132 on windows 10.
>
> Yes, indeed.
>
> In win32 gvim with AZERTY keyboard it is not possible any more to
> enter CTRL-] shortcut.
>
> In version before patch 8.2.4807 it was possible to enter CTRL-]
> by pressing '$' key on AZERTY while holding CTRL key. In the trunk
> version of win32 gvim CTRL + '$' is not working any more.
>
> In my opinion that is a real regression, introduced somewhere
> between 8.2.4807 and current revision of gvim. ```iskeyword```
> setting is unrelated here. Please feel free to file a bug report
> on
https://github.com/vim/vim/issues.