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 02b9d19ebadf96ebe1d436778abaaf98808438b9

Fix type in docs describing cropping specifier
Thanks to Stas Malavin.
Author: xaizek
Author date (UTC): 2014-05-15 18:15
Committer name: xaizek
Committer date (UTC): 2014-05-15 18:15
Parent(s): c674ecdb5bd3800d34924f76d4d1648c0ceaca5c
Signing key:
Tree: e8e8f8c9668ac626410339111fbf5208732c88fe
File Lines added Lines deleted
THANKS 1 0
data/vifm.1 1 1
data/vim/doc/vifm.txt 2 2
File THANKS changed (mode: 100644) (index a44db1bdf..e696bc661)
... ... Seth VanHeulen (svanheulen)
58 58 Shawn Young (drphys) Shawn Young (drphys)
59 59 sirex (sirexas) sirex (sirexas)
60 60 smpolymen smpolymen
61 Stas Malavin
61 62 Stéphane (istib) Stéphane (istib)
62 63 Svenn Are Bjerkem (svenn) Svenn Are Bjerkem (svenn)
63 64 Svyatoslav Mishyn (juef) Svyatoslav Mishyn (juef)
File data/vifm.1 changed (mode: 100644) (index 1fdb2bb3f..a04c428d1)
... ... Cropping specifier
3622 3622
3623 3623 It's from one to three dots after closing curly brace in column format. It's from one to three dots after closing curly brace in column format.
3624 3624
3625 Specifies type of text truncation if it doesn't fix in the column. Currently
3625 Specifies type of text truncation if it doesn't fit in the column. Currently
3626 3626 tree types are supported: tree types are supported:
3627 3627 .IP \- 2 .IP \- 2
3628 3628 truncation \- text is truncated truncation \- text is truncated
File data/vim/doc/vifm.txt changed (mode: 100644) (index fa069efbb..b92679d0a)
1 *vifm.txt* For Vifm version 0.7.7-beta Last change: 2014 Apr 29
1 *vifm.txt* For Vifm version 0.7.7-beta Last change: 2014 May 15
2 2
3 3 Email for bugs and suggestions: <xaizek@openmailbox.org> Email for bugs and suggestions: <xaizek@openmailbox.org>
4 4
 
... ... Cropping specifier~
3119 3119
3120 3120 It's from one to three dots after closing curly brace in column format. It's from one to three dots after closing curly brace in column format.
3121 3121
3122 Specifies type of text truncation if it doesn't fix in the column. Currently
3122 Specifies type of text truncation if it doesn't fit in the column. Currently
3123 3123 tree types are supported: tree types are supported:
3124 3124 - truncation - text is truncated > - truncation - text is truncated >
3125 3125 set viewcolumns=-{name}. set viewcolumns=-{name}.
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