RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
334 stars 28 forks source link

FocusLost event missing #37

Closed Perry3D closed 3 years ago

Perry3D commented 3 years ago

Hi,

i currently have this autocommand in my configuration:

autocmd FocusGained,FocusLost * rshada|wshada

The shada file gets written when i used nvim-qt but not when i use nvy.

Is this something nvy doesn't want to implemt or a bug?

RMichelsen commented 3 years ago

Thanks for the report,

Please see if this new release works for you. I've tested it very briefly and it looks to work on my end: https://github.com/RMichelsen/Nvy/releases/tag/v0.2.3

Perry3D commented 3 years ago

Thank you for the very fast support. Tested it and both events work fine.