K.Takata

Results 291 comments of K.Takata

[slack に書きました](https://vim-jp.slack.com/archives/CUPKWMQFK/p1615818876081600)が、 > `"\(\

参考: * [Trachet](http://saitoha.github.io/trachet/) * [端末エミュレーションを知覚する - Trachetチュートリアル - Qiita](https://qiita.com/kefir_/items/3fcadb4633863e25e12d)

香り屋版vim.exeだと再現したのですが、自前ビルドのvim.exeでは再現せず…。 CPU100%になった時点でデバッガでアタッチして、どこでCPUを食っているのか調べようかと思ったのですが断念。

> 逆にWindowsでは再現しないとのこと。 いや、WindowsのGUIで再現しています。入力されるのは `[32;2u` ですが。 slackにも書きましたが、modifyOtherKeys が怪しいですね。

メモ: modifyOtherKeys が入ったのは v8.1.2134

[8.1.2145](https://github.com/vim/vim/commit/459fd785e4a8d044147a3f83a5fca8748528aa84) でおかしくなったみたい。

modifyOtherKeys を実装したのは Bram だし、vim_dev に投げて Bram に直してもらうのがよさそうな気がします。

報告しました。https://github.com/vim/vim/issues/6040

https://github.com/vim/vim/issues/6040#issuecomment-623638049 > If I run Vim in the terminal and then `:imap xxx` I can see that shift-space works. > What is it supposed to do in a shell? Or,...