osyo-manga / vim-hopping

hopping.vim is incremental buffer line filtering Vim plugin.
53 stars 2 forks source link

No such highlight group name: Cursor #2

Closed xoliver closed 8 years ago

xoliver commented 8 years ago

Hi there, thanks for this great plugin!

I'm encountering the same issue as described here: https://github.com/haya14busa/vim-operator-flashy/issues/7 https://github.com/easymotion/vim-easymotion/issues/275

No such highlight group name: Cursor

Defining this on vimrc or during the session seems to fix it, if that helps: highlight default Cursor term=reverse cterm=reverse gui=reverse

Thanks!

osyo-manga commented 8 years ago

Thanks! I fixed it.

xoliver commented 8 years ago

It works - confirmed! Domo arigato for your time 😄