mirror of
https://github.com/neovim/neovim.git
synced 2026-09-05 13:40:57 +00:00
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.