firenvim
firenvim copied to clipboard
Each input will carry the part that has been input before when using Chinese input
- OS Version: windows11
- Browser Version: chrome 102.0.5005.115
- Browser Addon Version: 0.2.12
- Neovim Plugin Version: 0.2.12
What I tried to do
Enter Chinese using the Microsoft Chinese Input.
What happened
Each input will carry the part that has been input before.
Here is an example,When I type "你好" for the first time, everything works fine.
But when I then enter a "H", there will be another "你好" appear.
Hi, thanks for the report. I think this is likely to be caused by this line:
https://github.com/glacambre/firenvim/blob/e90f87872b313df15a06119ddbb84cdf1599657c/src/frame.ts#L50
The condition should probably also have something like isWindows().
Unfortunately I won't be able to publish a new release any time soon, so this bug won't be fixed in a long time.
Indeed,on Firefox there is no such problem.Thanks for the response.
Let's reopen until the problem is solved :)
Could you try this version and let me know if it fixes your problem? In order to try it:
- Remove firenvim from Chrome in
chrome://extensions - Unzip the archive
- Enable developer mode (top right toggle in
chrome://extensions) - Click on the
load unpackedbutton - Select the directory where you unzipped the archive
Hi,it seems like the old problem disappears,but new problem appears.The Chinese input I typed doesn't appear until I type some English.
At 2022-10-10 22:24:24, "Ghjuvan Lacambre" @.***> wrote:
Could you try this version and let me know if it fixes your problem? In order to try it:
Remove firenvim from Chrome in chrome://extensions Unzip the archive Enable developer mode (top right toggle in chrome://extensions) Click on the load unpacked button Select the directory where you unzipped the archive
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>
@LioTree I think I figured out a fix. Could you try this version and let me know if it works?
Yes, it works well, thanks.