feat(tabline): middle mouse button now closes tab (#27522)

This commit is contained in:
Nacho Nieva
2024-02-18 23:49:33 -03:00
committed by GitHub
parent 8f1f2a1d9f
commit fa131de9ad
3 changed files with 55 additions and 30 deletions

View File

@@ -316,6 +316,8 @@ The following new APIs and features were added.
• Added |nvim_tabpage_set_win()| to set the current window of a tabpage.
• Clicking on a tabpage in the tabline with the middle mouse button closes it.
==============================================================================
CHANGED FEATURES *news-changed*