osyo-manga / vim-hopping

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

Use HoppingCursor instead of potentially undefined Cursor. #3

Closed xoliver closed 8 years ago

xoliver commented 8 years ago

Code to fix issue https://github.com/osyo-manga/vim-hopping/issues/2 was added by https://github.com/osyo-manga/vim-hopping/commit/e2496c80b266f5910f1c4a2215b183bb697efb59, but I think a legacy usage of Cursor was left behind.

This PR fixes that. Confirmed it works on Vim8

osyo-manga commented 8 years ago

oops! Thanks!!!