diff options
author | Nacho Nieva <83428506+NachoNievaG@users.noreply.github.com> | 2024-02-18 23:49:33 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 10:49:33 +0800 |
commit | fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7 (patch) | |
tree | d158b5004184783d7de4a8467b6bf3d1460176db /runtime | |
parent | 8f1f2a1d9f6af56ae928f6cdc29055a0ba13baea (diff) | |
download | rneovim-fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7.tar.gz rneovim-fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7.tar.bz2 rneovim-fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7.zip |
feat(tabline): middle mouse button now closes tab (#27522)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 8c6ba38d3c..16e7d65a9f 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -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* |