mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +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