coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

Handle new neovim UI events. #24

Closed rygwdn closed 9 years ago

rygwdn commented 9 years ago

Replace cursor{on,off} by busy{stop,start}. Change done in: neovim/neovim@c546875daf36936b9a6c0886a71c9edd1fdae6db.

coolwanglu commented 9 years ago

Thanks. Please fix the order of the handlers.

coolwanglu commented 9 years ago

Also as neovim is still in alpha, we may just follow the latest version :)

rygwdn commented 9 years ago

@coolwanglu I removed the old handlers, and re-ordered the new ones.

coolwanglu commented 9 years ago

Seems that you included the commits for blinking cursors, can you remove that and probably do a rebase/squash?

rygwdn commented 9 years ago

@coolwanglu fixed and squashed

coolwanglu commented 9 years ago

Thanks!