mirror of
https://github.com/jarun/nnn.git
synced 2025-01-22 16:56:46 +00:00
patch/docs: correct the git status build flag (#1212)
The git status build flag is missing a letter 'T'. Signed-off-by: Avimitin <avimitin@gmail.com>
This commit is contained in:
parent
684a8c7b99
commit
254fd9b7a3
|
@ -7,7 +7,7 @@ The patches will be adapted on each release when necessary (v4.1 onwards). Each
|
||||||
## List of patches
|
## List of patches
|
||||||
| Patch (a-z) | Description | Make var |
|
| Patch (a-z) | Description | Make var |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| gitstatus | Add git status column to the detail view. Provides command line flag `-G` to show column in normal mode. | `O_GISTATUS` |
|
| gitstatus | Add git status column to the detail view. Provides command line flag `-G` to show column in normal mode. | `O_GITSTATUS` |
|
||||||
| namefirst | Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. | `O_NAMEFIRST` |
|
| namefirst | Print filenames first in the detail view. Print user/group columns when a directory contains different users/groups. | `O_NAMEFIRST` |
|
||||||
| restorepreview | Add pipe to close and restore [`preview-tui`](https://github.com/jarun/nnn/blob/master/plugins/preview-tui) for internal undetached edits (<kbd>e</kbd> key)| `O_RESTOREPREVIEW` |
|
| restorepreview | Add pipe to close and restore [`preview-tui`](https://github.com/jarun/nnn/blob/master/plugins/preview-tui) for internal undetached edits (<kbd>e</kbd> key)| `O_RESTOREPREVIEW` |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue