mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 12:15:33 +00:00
Problem: Cannot break undo by setting 'undolevels' to itself in
'inccommand' preview callback.
Solution: Don't set an invalid 'undolevels' value.
Co-authored-by: Michael Henry <drmikehenry@drmikehenry.com>