diff options
author | luukvbaal <luukvbaal@gmail.com> | 2024-04-06 03:32:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-06 09:32:07 +0800 |
commit | 97122eaa1cbe8ca3d965c4fc25210796fe1bad4d (patch) | |
tree | b2d0b5b484f82447175835398acfcb8a394d0e63 /test/functional/lua/ui_event_spec.lua | |
parent | 5581a90e20777a2493ca9835b11a67435287d64e (diff) | |
download | rneovim-97122eaa1cbe8ca3d965c4fc25210796fe1bad4d.tar.gz rneovim-97122eaa1cbe8ca3d965c4fc25210796fe1bad4d.tar.bz2 rneovim-97122eaa1cbe8ca3d965c4fc25210796fe1bad4d.zip |
fix(column): ignore empty signcols range (#28177)
Problem: Invalid assert for empty signcols range. The empty range
should already be removed from "b_signcols" at this point.
The "clear" == kTrue call before the splice that made the
range empty will have removed it, and the "clear" == kNone
call after the splice already ignores the empty range.
Solution: Return early when "row2" < "row1".
Diffstat (limited to 'test/functional/lua/ui_event_spec.lua')
0 files changed, 0 insertions, 0 deletions