On Monday, September 8, 2014 8:02:10 AM UTC-4, [email protected] wrote: > Status: New > > Owner: ---- > > Labels: Type-Defect Priority-Medium > > > > New issue 255 by [email protected]: Avoid interpreting kepress '`' > > + 'i" as 'ì' instead of '`i' and going to the respective mark on the > > English International Keyboard on Windows > > https://code.google.com/p/vim/issues/detail?id=255 > > > > I run gVim7.4 on Windows 7 with the English International keyboard. > > > > It configured in a way so that pressing '`' + 'i' gives you 'ì'. In Vim > > insert mode that's the desired behavior. However it isn't in command mode > > where I effectively have to press '`' + ' ' + 'i' to go to the mark 'i'. > > > > I observed similar behavior for the caret '^' key. Pressing it makes vim > > wait for a vowel to be able to render 'â', 'î' etc instead of directly > > going to be beginning of the line. It only goes there when I press '^' > > + ' '. In insert mode it's useful to be able to type 'â'. It isn't in > > command mode and there it's completely useless to wait for another > > character. I thereby propose that vim looks directly for whether the '`' > > key or the '^' gets pressed and doesn't wait for a character. > > > > -- > > You received this message because this project is configured to send all > > issue notifications to this address. > > You may adjust your notification preferences at: > > https://code.google.com/hosting/settings
Dead keys have been malfunctioning for a long time now (since one of the 7.X versions) I know it because I also use the English International layout too. Is this the same bug as: https://code.google.com/p/vim/issues/detail?id=250&can=1&q=dead%20keys ? Good news then! The fix was just included (August 22, 2014) as patch 7.4.413. Now I'm trying to find a build that has it. -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
