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 c722e0ddf79fe9c4813cbd97943cc6475835d57a

Add missing modeline to tests/lua/api_sessions.c
Author: xaizek
Author date (UTC): 2024-12-02 15:00
Committer name: xaizek
Committer date (UTC): 2024-12-02 15:00
Parent(s): a69026461568b1f91199b9cd3038c02577366d1d
Signing key: 99DC5E4DB05F6BE2
Tree: 1351b03e9fc4e06885585e1a7995d0fce9efa860
File Lines added Lines deleted
tests/lua/api_sessions.c 3 0
File tests/lua/api_sessions.c changed (mode: 100644) (index d4b2699a1..67080239e)
... ... TEST(current_session)
30 30
31 31 assert_success(sessions_stop()); assert_success(sessions_stop());
32 32 } }
33
34 /* vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : */
35 /* vim: set cinoptions+=t0 : */
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