Open blueyed opened 10 years ago
Thanks, I Fixed 46d6429251492f15623f2433cf8fbbff90bc0a23 in vital-over.
@haya14busa Please check and update vital-over.
Thanks for the prompt fix.
It looks good to me except OverCommandLineDefaultCursorInsert
dosen't work correctly in my environment(Ubuntu cui). Now that I think about it, OverCommandLineDefaultCursorInsert
probably didn't work before the commit and the cursor was displayed same as OverCommandLineDefaultCursor
.
If I added cterm=underline
, it will work correctly.
highlight OverCommandLineDefaultCursorInsert cterm=underline gui=underline
@haya14busa Thanks! I added cterm=underline
0fa1873192a057ab8c6b87c739856b2443ecc70f.
I am seeing the following error, when the cursor highlight gets restored:
Code: https://github.com/osyo-manga/vital-over/blob/master/autoload/vital/__latest__/Over/Commandline.vim#L247
This popped up via easymotion, which uses this library, and copied some code. More information and a suggested solution in the issue over there: https://github.com/Lokaltog/vim-easymotion/issues/95