From 13204c46e2334b823d265a45c0dd6006c912f1ef Mon Sep 17 00:00:00 2001 From: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com> Date: Sun, 10 Sep 2023 13:38:26 +0200 Subject: [PATCH] Update short-help/long-help --- doc/long-help.txt | 6 ++++++ doc/short-help.txt | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/doc/long-help.txt b/doc/long-help.txt index 1aae60d8..1044bee9 100644 --- a/doc/long-help.txt +++ b/doc/long-help.txt @@ -116,6 +116,12 @@ Options: --list-themes Display a list of supported themes for syntax highlighting. + -s, --squeeze + Squeeze consecutive empty lines into a single empty line. + + --squeeze-limit + Set the maximum number of consecutive empty lines to be printed. + --style Configure which elements (line numbers, file headers, grid borders, Git modifications, ..) to display in addition to the file contents. The argument is a comma-separated list of diff --git a/doc/short-help.txt b/doc/short-help.txt index 118dbce2..3f19b94d 100644 --- a/doc/short-help.txt +++ b/doc/short-help.txt @@ -43,6 +43,10 @@ Options: Set the color theme for syntax highlighting. --list-themes Display all supported highlighting themes. + -s, --squeeze + Squeeze consecutive empty lines. + --squeeze-limit + The maximum number of consecutive empty lines. --style Comma-separated list of style elements to display (*default*, auto, full, plain, changes, header, header-filename, header-filesize, grid, rule, numbers, snip).