mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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