mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 07:08:27 +00:00
If set the number of history saves is 0, assertions fail when inserting an entry on exit. Dont insert an entry when the number of saves is 0 fixes the issue. fixes #11497