mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 15:55:36 +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>