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 e2acde205a249d6228197fc7a945c8881652ff9b

Fix indentation of *vifm-l_VifmEntry.mimetype()*
Author: xaizek
Author date (UTC): 2024-12-01 22:22
Committer name: xaizek
Committer date (UTC): 2024-12-01 22:22
Parent(s): 6197275397a7a2a3c45b4aa85c26f4473b69479d
Signing key: 99DC5E4DB05F6BE2
Tree: cf1afb254a257e8a737e8804b62df3f668d4db0e
File Lines added Lines deleted
data/vim/doc/app/vifm-lua.txt 2 2
File data/vim/doc/app/vifm-lua.txt changed (mode: 100644) (index 2d7c91722..25cac3052)
1 *vifm-lua.txt* For Vifm version 1.0 Last change: 2024 Dec 1
1 *vifm-lua.txt* For Vifm version 1.0 Last change: 2024 Dec 2
2 2
3 3 Email for bugs and suggestions: <xaizek@posteo.net> Email for bugs and suggestions: <xaizek@posteo.net>
4 4
 
... ... Raises an error:~
1332 1332 If entry doesn't correspond to a symbolic link. If entry doesn't correspond to a symbolic link.
1333 1333 If resolving symbolic link has failed. If resolving symbolic link has failed.
1334 1334
1335 VifmEntry:mimetype() *vifm-l_VifmEntry.mimetype()*
1335 VifmEntry:mimetype() *vifm-l_VifmEntry.mimetype()*
1336 1336 Gets a MIME type. Resolves target of symbolic links. Gets a MIME type. Resolves target of symbolic links.
1337 1337
1338 1338 Return:~ Return:~
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