Commit fab471979da7e6b093c87faf40301c8acc7cb515
Drop "Return" section of vifm.events.listen()
It doesn't return anything. Be consistent with the other functions and
don't state that explicitly.
Author: xaizek
Author date (UTC): 2026-06-06 10:41
Committer name: xaizek
Committer date (UTC): 2026-06-06 10:42
Parent(s): 7a9d78d7ce119d8f3b5dbb8e540b779df03b519d
Signing key: 99DC5E4DB05F6BE2
Tree: f07c8f26077428200406081d69b07ea154c1df1e
| File data/vim/doc/app/vifm-lua.txt changed (mode: 100644) (index e48bdf7f7..fe492fdec) |
| ... |
... |
Registering the same handler more than once for the same event has no effect. |
| 970 |
970 |
Parameters:~ |
Parameters:~ |
| 971 |
971 |
{event} Table with information about event handling. |
{event} Table with information about event handling. |
| 972 |
972 |
|
|
| 973 |
|
Return:~ |
|
| 974 |
|
`nil` |
|
| 975 |
|
|
|
| 976 |
973 |
Raises an error:~ |
Raises an error:~ |
| 977 |
974 |
On unknown event name. |
On unknown event name. |
| 978 |
975 |
|
|