xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
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 Lines added Lines deleted
data/vim/doc/app/vifm-lua.txt 0 3
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
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master