From 254fd9b7a333a7d19d64e2ba7d771a060489ef34 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Thu, 28 Oct 2021 20:11:49 +0800 Subject: [PATCH] patch/docs: correct the git status build flag (#1212) The git status build flag is missing a letter 'T'. Signed-off-by: Avimitin --- patches/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/README.md b/patches/README.md index 4f3952f6..eb8cebd2 100644 --- a/patches/README.md +++ b/patches/README.md @@ -7,7 +7,7 @@ The patches will be adapted on each release when necessary (v4.1 onwards). Each ## List of patches | 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` | | restorepreview | Add pipe to close and restore [`preview-tui`](https://github.com/jarun/nnn/blob/master/plugins/preview-tui) for internal undetached edits (e key)| `O_RESTOREPREVIEW` |