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 dd7298d6e548ed876de26e83acff85f57988ac92

Fix a typo in the ChangeLog file
Author: xaizek
Author date (UTC): 2025-05-05 14:42
Committer name: xaizek
Committer date (UTC): 2025-05-05 20:48
Parent(s): ecf6f227d9468ded933796e141a158df3e30f0dd
Signing key: 99DC5E4DB05F6BE2
Tree: 4e557de502d7e6ae2e0a7c23bf4b21f23ade493b
File Lines added Lines deleted
ChangeLog 1 1
File ChangeLog changed (mode: 100644) (index ad428c9be..d231da65e)
63 63
64 64 Fixes of typos and groff syntax in documentation. Patch by Kirill Rekhov. Fixes of typos and groff syntax in documentation. Patch by Kirill Rekhov.
65 65
66 Fixed ruler in menu mode not growing in size to accomodate its content.
66 Fixed ruler in menu mode not growing in size to accommodate its content.
67 67 Thanks to CaptainFantastic. Thanks to CaptainFantastic.
68 68
69 69 Fixed a memory leak on formatting tab line when there is not enough space. Fixed a memory leak on formatting tab line when there is not enough space.
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