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 6d34ab9a27694a66e0c02237c4b980459cd5e360

engine/variables.c: change vle_tb_append_linef use
There is no formatting, so `vle_tb_append_line()` is enough.
Author: xaizek
Author date (UTC): 2024-11-02 16:39
Committer name: xaizek
Committer date (UTC): 2024-11-02 19:20
Parent(s): 3bfdf64752c09b63156bfe396b44640d9397c13b
Signing key: 99DC5E4DB05F6BE2
Tree: 9ac20f4c1d5fcd497330ea87994d76f4dae8fe11
File Lines added Lines deleted
src/engine/variables.c 1 1
File src/engine/variables.c changed (mode: 100644) (index de24b9384..37b37535f)
... ... let_variables(const char cmd[])
277 277
278 278 if(!is_valid_op(name, type, op)) if(!is_valid_op(name, type, op))
279 279 { {
280 vle_tb_append_linef(vle_err, "Wrong variable type for this operation");
280 vle_tb_append_line(vle_err, "Wrong variable type for this operation");
281 281 goto fail; goto fail;
282 282 } }
283 283
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