sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

Enabling qnvim back requires buffer switch #21

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

If I trying to enable qnvim again I need to change opened file (or open a new one).

Steps to reproduce:

  1. Open editor.
  2. Toggle qnvim - it becomes disabled.
  3. Toggle qnvim again.

Expected vehavior: qnvim becomes enabled again.

Actual behavior: qnvim still disabled until the opened docuemnt will not be changed.

I will try to fix it myself tomorrow :)