Files
neovim/test/functional
glepnir 4fe51dfdae fix(iter): ArrayIter:last returns nil when filtered to empty #34697
Problem: After filtering out all elements, ArrayIter:last still returns a stale element.
Solution: Add check for self._head == self._tail and return nil early.

Fix #34696
2025-07-22 17:40:24 -07:00
..
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00