Shougo

Results 46 issues of Shougo

ddskkの次期バージョンには入るらしいです。 漢字がうまく入力できないときには便利かな。 多分専用の辞書が必要。

task

hamacoさん報告。こちらでも再現しました。 「補完候補選択してそのまま文字入力すると変になるな。 ;Ai ってやると、▽あずい って入力されてるように見えるけど、補完候補とか見ると実際は ▽あい だなー。 #eskk」 「一応、 ▽あずい になるのは自分の補完候補で「あ」入力した時の一番最初が「あず」になってるからですが。」 ひらがなを補完して、入力をそのまま続けたとき、補完候補が存在しない場合 eskk側の認識がおかしくなるようです。 補完してからを押すときちんと動作しました。 let filter_str = s:get_inserted_str(0)の値も調べましたが正常です。 マーカー関連の処理が原因だと思われますが……。

bug

Tests and CI are needed for the plugin to keep the compatibility.

~~Vimの仕様変更により、`=`が使い物にならなくなってしまったので~~、`=`はwildignoreを参照してしまうのでvital.vimから排除したいと思っています。 代用品としては fnameescape() くらいしかないですが、Vim 7.1.299 以上でしか使えない問題があります。 これについてはどうしましょうか。

Fix #12587 It works for me. But it may break other features. Please check the patch. Test code: ```vim set updatetime=100 autocmd CursorMoved * echom "CursorMoved" autocmd CursorHold * echom...

event-loop
events

Fix #20380 It improves `cmdheight=0` behavior. The command line redraw is executed when no messages. NOTE: It is not perfect solution. The echoed text will be overwritten by redraw. I...

Fix #20535 #20087 ![スクリーンショット_2022-10-11_20-20-41](https://user-images.githubusercontent.com/41495/195076992-d8299ad5-c0a3-4cb0-a2cc-922555ec5eec.png)

I have fixed the screen flicker when `cmdheight=0`. I don't know the clear is really needed. @bfredl Can you check it?