vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.84k stars 69 forks source link

FocusLost event doesn't work? #180

Closed tailhook closed 2 years ago

tailhook commented 2 years ago

In particular this command:

      autocmd FocusLost * :silent! :wa

Doesn't work. Although, it works on both neovide and neovim-qt on the same config.

gnvim version: 0.1.6 nvim version: 0.5.1

vhakulinen commented 2 years ago

Fixed.