Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

辞書登録モードで変換時に候補が正常に表示されない #195

Closed
Osmium1008 opened this issue Jun 15, 2024 · 3 comments · Fixed by #196
Closed

辞書登録モードで変換時に候補が正常に表示されない #195

Osmium1008 opened this issue Jun 15, 2024 · 3 comments · Fixed by #196

Comments

@Osmium1008
Copy link

Osmium1008 commented Jun 15, 2024

demo_loop

このようにすべての変換候補が undefined と表示されてしまいます。
(変換自体はうまくできるようです)

再現手順

  1. 適当な単語を入力し辞書登録モードに入る
  2. "き"など変換候補の複数ある単語を入力する
  3. <Space> を複数回入力し候補選択を表示する

最小構成

set runtimepath+=~/vim_plugins/denops.vim
set runtimepath+=~/vim_plugins/skkeleton

imap <C-j> <Plug>(skkeleton-enable)

autocmd User skkeleton-initialize-pre call skkeleton#config({"globalDictionaries": [["~/skk/SKK-JISYO.L", "euc-jp"]]})
@Shougo
Copy link
Contributor

Shougo commented Jun 16, 2024

Reproduced.

@Shougo
Copy link
Contributor

Shougo commented Jun 16, 2024

Please test #196.

@Osmium1008
Copy link
Author

Please test #196.

こちらを試したところ正常に動作しました。
ありがとうございました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants