RMichelsen / Nvy

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

Support "set_title" event #43

Closed statiolake closed 2 years ago

statiolake commented 2 years ago

Fix #40.

Howlaind commented 2 years ago

If I set notitle after set title, the title will become " - Nvy".

statiolake commented 2 years ago

Thanks. Removed " - " when empty title.

RMichelsen commented 2 years ago

Looks good to me, merging. Thanks for the contribution!