File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -536,8 +536,8 @@ A clue table is a table with the following fields:
536
536
- <keys> `(string )` - key combination for which clue will be shown.
537
537
"Human-readable" key names as in | key-notation | (like "<Leader> ", "<Space> ",
538
538
"<Tab> ", etc.) are allowed.
539
- - <desc> `(string |nil)` - optional key combination description which will
540
- be shown in clue window.
539
+ - <desc> `(string |function | nil)` - optional key combination description which is
540
+ shown in clue window. If function, should return string description .
541
541
- <postkeys> `(string |nil)` - optional postkeys which will be executed
542
542
automatically after `keys ` . Allows creation of submodes
543
543
(see | MiniClue-examples-submodes | ).
Original file line number Diff line number Diff line change 532
532
--- - <keys> `(string)` - key combination for which clue will be shown.
533
533
--- "Human-readable" key names as in |key-notation| (like "<Leader>", "<Space>",
534
534
--- "<Tab>", etc.) are allowed.
535
- --- - <desc> `(string|nil)` - optional key combination description which will
536
- --- be shown in clue window.
535
+ --- - <desc> `(string|function| nil)` - optional key combination description which is
536
+ --- shown in clue window. If function, should return string description .
537
537
--- - <postkeys> `(string|nil)` - optional postkeys which will be executed
538
538
--- automatically after `keys`. Allows creation of submodes
539
539
--- (see |MiniClue-examples-submodes|).
You can’t perform that action at this time.
0 commit comments