Comments
-
Greg Hurrell
What's the exact output you get when you run
:highlight Cursor
?If you look at the implementation of the
get_cursor_highlight
method, you'll see that it tries to record the current highlight ofguifg
so that it can restore it later.My guess is that your highlight format isn't being picked up. If you can provide the details, it should be trivial to teach it how to handle that format.
-
anonymous
I've encoutered a similar problem.
The Cursor before running command-T:
Cursor xxx cterm=bold ctermfg=0 ctermbg=10 gui=bold guifg=Black guibg=Green
After running command-T:
Cursor xxx cterm=bold ctermfg=0 ctermbg=10 gui=bold guifg=Black
Thus it seems that the guibg=Green is gone.
Add a comment
Comments are now closed for this issue.