diff options
author | Luuk van Baal <luukvbaal@gmail.com> | 2023-02-22 16:23:24 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2023-02-22 16:23:49 +0100 |
commit | 0b36145c696fb58e002169edd4f9a1d9a8176fc3 (patch) | |
tree | 5cf5475f0c233634009a9dbf27b6ade3d7c3b3dd | |
parent | b496605fea0117b517a47f0f300e2161ac75dcc0 (diff) | |
download | rneovim-0b36145c696fb58e002169edd4f9a1d9a8176fc3.tar.gz rneovim-0b36145c696fb58e002169edd4f9a1d9a8176fc3.tar.bz2 rneovim-0b36145c696fb58e002169edd4f9a1d9a8176fc3.zip |
docs: mention getmousepos() for click execute function label
close #18741
close #11312
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index d13ab8c393..2260cd8377 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6199,6 +6199,8 @@ 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. + Use |getmousepos()|.winid in the specified function to get the + corresponding window id of the clicked item. < - Where to truncate line if too long. Default is at the start. No width fields allowed. = - Separation point between alignment sections. Each section will |