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 c80914671ca49d576e7f474ec99daab74bbb2c0c

Clean up 0.13 to 0.14-beta ChangeLog a bit more
Author: xaizek
Author date (UTC): 2025-02-06 16:52
Committer name: xaizek
Committer date (UTC): 2025-02-06 16:53
Parent(s): 6735a258310ab5591d7f195e89fbae6c32fa07c6
Signing key: 99DC5E4DB05F6BE2
Tree: 764cf4572c18a5e5ca9e2a3d246d4525062c3c68
File Lines added Lines deleted
ChangeLog 3 6
File ChangeLog changed (mode: 100644) (index f432c7a50..f452e6ddb)
322 322 alignment and wrapping). alignment and wrapping).
323 323
324 324 Fixed environment variables not being expanded on checking that a Fixed environment variables not being expanded on checking that a
325 :file[x]type or :fileviewer command exists. Thanks to Ben Elan.
325 :file[x]type or :fileviewer command exists in $PATH. Thanks to Ben Elan.
326 326
327 327 Fixed search match highlighting when the match is cut off due lack of Fixed search match highlighting when the match is cut off due lack of
328 328 space. Patch by Vadim Curcă. space. Patch by Vadim Curcă.
 
351 351 'sortnumbers' option is set and strverscmp() is not provided by the 'sortnumbers' option is set and strverscmp() is not provided by the
352 352 system (like on Windows). system (like on Windows).
353 353
354 Fixed "Querying... (??%)" message on :compare having an extra space in
355 parenthesis.
356
357 354 Fixed :compare hanging on trying to compare non-regular files like pipes Fixed :compare hanging on trying to compare non-regular files like pipes
358 355 by contents. by contents.
359 356
 
439 436 Fixed statusline having invalid colors when 'wildstyle' is "bar" and Fixed statusline having invalid colors when 'wildstyle' is "bar" and
440 437 completion is initiated by Shift-Tab. completion is initiated by Shift-Tab.
441 438
442 Fixed Ctrl-A and Ctrl-E in command-line mode not stopping completion or
443 history search unlike other similar keys.
439 Fixed Ctrl-A and Ctrl-E in command-line mode not stopping completion
440 unlike other similar keys.
444 441
445 442 Fixed directories not being accounted for in estimates. Thanks to Fixed directories not being accounted for in estimates. Thanks to
446 443 justpretending2. justpretending2.
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