Surround.vim プラグインをインストールしたところ、一部のコマンドが期待どおりに機能しません。この質問を例として使用しています
This is a lo*ng line and I want to highlight two words
ys2aw"
上記をに変更する必要があります
This is a "long line" and I want to highlight two words
しかし、私にとってはそれを
This is a g and I want to highlight two words
それ以外の場合は、まったく影響がありません。ヤンクされたレジスタにあるものと関係があると思います。
と入力ys
していると、右下にすぐに変化することがわかりますg@
verbose map yss
最後に、次のコマンドを発行することによって、他のプラグインが干渉していないことを確信しています。
n yss <Plug>Yssurround
Last set from ~/.vim/plugin/surround.vim
n ys <Plug>Ysurround
Last set from ~/.vim/plugin/surround.vim
ここで何がうまくいかないのか誰か知っていますか?