diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-02-19 11:22:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 11:22:00 +0800 |
commit | a9f578b7a5edbca9aa01548f37341c2b97b57cda (patch) | |
tree | 44c8ccc4113a05c0b10a12f9c678619be0b67acf /runtime/doc/vim_diff.txt | |
parent | fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7 (diff) | |
download | rneovim-a9f578b7a5edbca9aa01548f37341c2b97b57cda.tar.gz rneovim-a9f578b7a5edbca9aa01548f37341c2b97b57cda.tar.bz2 rneovim-a9f578b7a5edbca9aa01548f37341c2b97b57cda.zip |
docs: improve 'tabline' click label docs (#27529)
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 023944a8ad..1d5d62c737 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -327,7 +327,8 @@ Options: 'shortmess' "F" flag does not affect output from autocommands 'signcolumn' supports up to 9 dynamic/fixed columns 'statuscolumn' full control of columns using 'statusline' format - 'tabline' %@Func@foo%X can call any function on mouse-click + 'tabline' middle-click on tabpage label closes tabpage, + and %@Func@foo%X can call any function on mouse-click 'termpastefilter' 'ttimeout', 'ttimeoutlen' behavior was simplified 'winblend' pseudo-transparency in floating windows |api-floatwin| |