mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 01:40:19 +10:00
When width1 and width2 are negative the assertion may fail. It seems
that adding a negative value to w_curswant won't cause any problems, so
just change the assertion.
(cherry picked from commit 41068c77aa)