RMichelsen / Nvy

Nvy - A Neovim client in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FocusLost event missing

Perry3D opened this issue · comments

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?

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

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