Shatur / neovim-session-manager

A simple wrapper around :mksession.
GNU General Public License v3.0
530 stars 52 forks source link

Fix: Show error when neovim < 0.10 #136

Closed godrja closed 4 months ago

godrja commented 4 months ago

Current implementation always returns false, so people who use older version of nvim only see random errors instead of a proper explanation. This patch makes it work correctly.

Shatur commented 4 months ago

Ah, thank you a lot!