noice.nvim icon indicating copy to clipboard operation
noice.nvim copied to clipboard

bug: Cursor jumps when typing Korean in Cmdline

Open 1ocate opened this issue 5 months ago • 2 comments

Did you check docs and existing issues?

  • [X] I have read all the noice.nvim docs
  • [X] I have updated the plugin to the latest version before submitting this issue
  • [X] I have searched the existing issues of noice.nvim
  • [X] I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.0 Build type: Release

Operating system/version

MacOS 12.7.6

Describe the bug

When using Vim with this plugin’s Cmdline feature to type commands (e.g., after pressing :), typing Korean characters causes the cursor to unexpectedly jump from the end of the line to the middle, and the text starts getting inserted in the wrong position. Typing in English works correctly without this issue.

Steps To Reproduce

Open Vim. Use the plugin's Cmdline feature (press : to enter command mode). Attempt to type Korean characters. Observe the cursor jumping to the middle of the line while typing. Switch back to English input and type normally to see that the issue does not occur.

Expected Behavior

When typing in Korean using the plugin's Cmdline feature, the cursor should remain at the end of the line and behave the same as when typing in English.

Repro

No response

1ocate avatar Sep 29 '24 00:09 1ocate