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 > > 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 [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/vim_use/6959af53-7adb-421d-8c50-32cba5417f57n%40googlegroups.com. > -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/YuzBY9b97IDy9HxS%40DESKTOP-75K4M1M.
