vim-skk / eskk.vim

eskk is pure Vim script implementation of input method engine SKK
174 stars 28 forks source link

Fix not a Roman character was removed in filter_rom_no_match #238 #241

Closed kuuote closed 4 years ago

kuuote commented 4 years ago

filter_rom_no_matchのフェーズで入力した全ての文字がローマ字として扱われ、次の文字を入力したり挿入モードを抜けたりした際に削除されてしまうのが今回のバグの原因のようなので、次の文字が処理される段階でローマ字で無ければ確定してしまう修正になります。

文字が入力された瞬間に確定すると複雑になるため、この段階で処理していますが何か問題があれば修正します。 後、コメントを入れていますが英語に自信が無いため確認お願いします。

kuuote commented 4 years ago

Thanks for review, fixed it.

Shougo commented 4 years ago

Please rebase the branch. I cannot pull it.

kuuote commented 4 years ago

Thanks.