From b09653ccc50c8e83dbd7a789e4a264cbceb4be6d Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Sat, 14 Dec 2019 23:18:34 +1100 Subject: highlighters.cc: Add a '-min-digits' flag to the number-lines highlighter. Fixes #3260. --- doc/pages/highlighters.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/pages/highlighters.asciidoc b/doc/pages/highlighters.asciidoc index 3eae3bb9..fd95b49f 100644 --- a/doc/pages/highlighters.asciidoc +++ b/doc/pages/highlighters.asciidoc @@ -62,6 +62,11 @@ from the remaining parameters. specify a string to separate the line numbers column with the rest of the buffer (default is '|') + *-min-digits* ::: + always reserve room for at least *num* digits, + so text doesn't jump around as lines are added or removed + (default is 2) + *wrap* [options]:: soft wrap buffer text at window width, with the following *options*: -- cgit v1.2.3