mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +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