Jump tag definition does not work with CTRL-] but works with CTRL-leftmouseclick

20 views
Skip to first unread message

N V

unread,
Aug 1, 2022, 3:52:36 PM8/1/22
to vim_use
Hi,

As mentionned in this pull request,

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.

Thank you for help 
Nicolas 

N V

unread,
Aug 3, 2022, 4:00:15 AM8/3/22
to vim_use
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

Anton Sharonov

unread,
Aug 4, 2022, 12:52:27 PM8/4/22
to vim...@googlegroups.com
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.

With best regards, Anton

PS: CTRL+ALTGR+")" do not work as well - neither in pre 8.2.4807
nor in recent win32 gvim build. (Was last hope since ALTGR+")" =
"]" on AZERTY)

> >
> > Thank you for help
> > Nicolas
> >
>
> --
> --
> 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+u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/6959af53-7adb-421d-8c50-32cba5417f57n%40googlegroups.com.

Anton Sharonov

unread,
Aug 5, 2022, 3:07:10 AM8/5/22
to vim...@googlegroups.com
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.

Luckily there is a workaround available (before this regression
will get fixed):

nmap <C-$> <C-]>

With best regards, Anton

N V

unread,
Aug 5, 2022, 8:03:27 AM8/5/22
to vim_use
That there is regression on a function at the base of the navigation proposed by Vim is harmful. Nevertheless and in parallel with the workaround, it would be advisable to operate a git bisect in order to identify the exact patch at the origin of the thing. As soon as I have time I take care of it. 
Thanks Anthon.
Nicolas

N V

unread,
Aug 5, 2022, 8:13:26 AM8/5/22
to vim_use
Just tested workaround fine !! Thank you !
Reply all
Reply to author
Forward
0 new messages