We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
keepState
<Plug>(skkeleton-toggle)
Vim/Neovim双方で再現を確認しました。
if !has('nvim') set nocompatible endif set runtimepath^=~/Repositories/github.com/vim-skk/skkeleton set runtimepath^=~/Repositories/github.com/vim-denops/denops.vim imap <C-j> <Plug>(skkeleton-toggle) " このcmapを除けば再現しない cmap <C-j> <Plug>(skkeleton-enable) autocmd User skkeleton-initialize-pre call skkeleton#config({"keepState": v:true})
<C-j>
<Esc>
l
The text was updated successfully, but these errors were encountered:
なぜかこれが再現しなくなってる
Sorry, something went wrong.
別のPCだと今でも再現してる、やはり調査が必要そう
No branches or pull requests
Vim/Neovim双方で再現を確認しました。
vimrc
再現手順
<C-j>
を押下してskkeletonを有効化する。<Esc>
でノーマルモードに戻り、再びインサートモードに入る。(この時点でkeepState
によりskkeletonが再度有効化される)<C-j>
で無効化しようと試みるが無効化できない(l
での無効化は通常通り動作します)The text was updated successfully, but these errors were encountered: