diff options
author | Famiu Haque <famiuhaque@protonmail.com> | 2022-05-23 19:11:24 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 06:11:24 -0700 |
commit | 4c6626f03dc645a426c1e63ca372b96f1073581b (patch) | |
tree | e0ab7136f9b7c32a827ad59bbe1d0cc3f6b7dd65 /runtime | |
parent | 9e1ee9fb1d747facb6fa97a32dc5e22c7dfcb346 (diff) | |
download | rneovim-4c6626f03dc645a426c1e63ca372b96f1073581b.tar.gz rneovim-4c6626f03dc645a426c1e63ca372b96f1073581b.tar.bz2 rneovim-4c6626f03dc645a426c1e63ca372b96f1073581b.zip |
feat: click support for 'statusline', 'winbar' #18650
The mouseclick item "%@" is now supported by 'statusline' and 'winbar'.
Previously it was only supported by 'tabline'.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9015f0a97e..77aa294027 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6009,7 +6009,7 @@ A jump table for the options with a short description can be found at |Q_op|. the label, e.g.: %3Xclose%X. Use %999X for a "close current tab" label. Clicking this label with left mouse button closes specified tab page. - @ N For 'tabline': start of execute function label. Use %X or %T to + @ N Start of execute function label. Use %X or %T to end the label, e.g.: %10@SwitchBuffer@foo.c%X. Clicking this label runs specified function: in the example when clicking once using left mouse button on "foo.c" "SwitchBuffer(10, 1, 'l', @@ -6033,8 +6033,6 @@ A jump table for the options with a short description can be found at |Q_op|. is a bug that denotes that new mouse button recognition was added without modifying code that reacts on mouse clicks on this label. - Note: to test whether your version of Neovim contains this - feature use `has('tablineat')`. < - Where to truncate line if too long. Default is at the start. No width fields allowed. = - Separation point between alignment sections. Each section will |