mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 02:47:28 +10: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