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 975fb656f448868caf91bd1e88c96d4bd8455c27

Use `OPS` type for `op` in fops_put.c:put_next()
Instead of `int`, which also works, but is less specific.
Author: xaizek
Author date (UTC): 2026-02-01 14:28
Committer name: xaizek
Committer date (UTC): 2026-02-19 09:45
Parent(s): cd31eebe43d310c8d30128d4f302c174ab41d234
Signing key: 99DC5E4DB05F6BE2
Tree: a9e4cc3414470a6d43cb115a6fedb762c569f8be
File Lines added Lines deleted
src/fops_put.c 1 1
File src/fops_put.c changed (mode: 100644) (index 888e2dc30..5d997cc6d)
... ... put_next(int force)
674 674 } }
675 675 } }
676 676
677 int op;
677 OPS op;
678 678 if(put_confirm.op == CMLO_LINK_REL || put_confirm.op == CMLO_LINK_ABS) if(put_confirm.op == CMLO_LINK_REL || put_confirm.op == CMLO_LINK_ABS)
679 679 { {
680 680 op = OP_SYMLINK; op = OP_SYMLINK;
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