Files
neovim/test/functional
Siddhant Agarwal 5829b5de0a feat(vim.hl): allow multiple timed highlights simultaneously #33283
Problem: Currently vim.hl.range only allows one timed highlight.
Creating another one, removes the old one.

Solution: vim.hl.range now returns a timer and a function. The timer
keeps track of how much time is left in the highlight and the function
allows you to clear it, letting the user decide what to do with old
highlights.

(cherry picked from commit eae2d3b145)
2025-04-04 00:14:43 +05:30
..
2025-03-18 06:18:37 -07:00
2025-03-26 14:48:09 +01:00
2025-03-15 15:00:44 +01:00
2025-03-02 14:27:52 -08:00
2024-11-21 06:50:30 +08:00
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00