From d3b1ad7734e62978354389335ba4712706bb1c0c Mon Sep 17 00:00:00 2001 From: Frank LENORMAND <1379068+lenormf@users.noreply.github.com> Date: Thu, 4 Nov 2021 08:01:30 +0300 Subject: [PATCH] doc pages: Document `-cursor-separator` of `number-lines` --- doc/pages/highlighters.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/pages/highlighters.asciidoc b/doc/pages/highlighters.asciidoc index fdb4f34b..ffd15fa1 100644 --- a/doc/pages/highlighters.asciidoc +++ b/doc/pages/highlighters.asciidoc @@ -65,6 +65,10 @@ highlighter is replaced with the new one. specify a string to separate the line numbers column from the rest of the buffer (default is '|') + *-cursor-separator* ::: + identical to *-separator* but applies only to the line of the cursor + (default is the same value passed to *-separator*) + *-min-digits* ::: always reserve room for at least *num* digits, so text doesn't jump around as lines are added or removed