Files
neovim/test
yashlala 7d99104058 feat(events): add TabMoved autocommand event #24137
Problem:
No way to handle a "tab moved" event.
Use-case: tabline plugins may cache tab labels, and need to know when to
invalidate their cache.

Solution:
Add a `TabMoved` event that triggers whenever tabs are reordered via `:tabmove`
or via mouse click-and-drag.
2026-05-16 13:55:42 -04:00
..
2026-05-13 13:14:07 +01:00
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00
2026-05-13 13:14:07 +01:00