Files
neovim/runtime/lua/vim
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-06-06 15:36:48 +01:00
2025-07-04 15:53:29 +03:00
2025-06-06 15:36:48 +01:00
2025-06-06 15:36:48 +01:00
2025-06-17 07:14:25 -07:00
2025-06-06 15:36:48 +01:00
2025-07-10 21:50:46 -04:00
2025-06-06 15:36:48 +01:00
2025-07-20 22:09:27 +08:00
2025-06-06 15:36:48 +01:00
2025-07-07 18:56:22 -07:00
2025-06-14 17:24:36 +02:00