vscode-neovim icon indicating copy to clipboard operation
vscode-neovim copied to clipboard

Chinese bug

Open andyliumathematics opened this issue 4 years ago • 3 comments

From command mode to Insert mode,I insert 'A'.When my insert method is Chinese(for example sougou insert method https://ime.sogouimecdn.com/202107140931/e45e9d1200ca0f9de985d0a67428bec1/dl/index/1625066038/sogou_pinyin_105b.exe?f=pinyinbanner&dcs=13fa4317e1dccdcb83b3cf626d474c77),it Jumps to the end of the line(it is right).bug it inserts 'A',to the end of the line(the bug). The vim is right(No 'A' at the end of the line).

andyliumathematics avatar Jul 14 '21 01:07 andyliumathematics

From command mode to Insert mode,I insert 'A'.When my insert method is Chinese(for example sougou insert method

do you mean from normal mode to insert mode? If that is the case, I can repro. my understanding is when having Chinese IME enabled, any typing will be sent to the IME instead of app layer (VIM or VSCODE). So it makes a lot of sense to switch off Chinese IME in normal mode, only switch back to Chinese IME in insert mode (when needed)

echaya avatar Jul 15 '21 05:07 echaya

I know swithing can solve the ploblem. but vim plugin does not hive this bug.

andyliumathematics avatar Jul 23 '21 06:07 andyliumathematics

any update?

evolify avatar Aug 25 '21 03:08 evolify

I have never encountered this problem before. If the problem still exists, please open it again.

xiyaowong avatar Oct 05 '23 04:10 xiyaowong