nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 8a4639cdd68c2201c34661b15c8c7d11fbe6cf5e
parent 576c20c4e49a740f6284a1648b5226be10df8802
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 16 Apr 2019 10:05:35 +0200

docs: put the 'set guidestripe' option into its alphabetical position

Diffstat:
Mdoc/nano.texi | 8++++----
Mdoc/nanorc.5 | 8++++----
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -785,6 +785,10 @@ Valid names for foreground and background color are: The name of the foreground color may be prefixed with @code{bright}. And either @var{fgcolor} or ,@var{bgcolor} may be left out. +@item set guidestripe @var{number} +Draw a vertical stripe at the given column, to help judge the width of the +text. (The color of the stripe can be changed with @code{set stripecolor}.) + @item set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -803,10 +807,6 @@ Display line numbers to the left of the text area. @item set locking Enable vim-style lock-files for when editing files. -@item set guidestripe @var{number} -Draw a vertical stripe at the given column, to help judge the width of the -text. (The color of the stripe can be changed with @code{set stripecolor}.) - @item set matchbrackets "@var{string}" Set the opening and closing brackets that can be found by bracket searches. This may not include blank characters. The opening set must diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -132,6 +132,10 @@ Specify the color combination to use for the function descriptions in the two help lines at the bottom of the screen. See \fBset titlecolor\fR for more details. .TP +.B set guidestripe \fInumber +Draw a vertical stripe at the given column, to help judge the width of the +text. (The color of the stripe can be changed with \fBset stripecolor\fR.) +.TP .B set historylog Save the last hundred search strings and replacement strings and executed commands, so they can be easily reused in later sessions. @@ -150,10 +154,6 @@ Display line numbers to the left of the text area. .B set locking Enable vim-style lock-files for when editing files. .TP -.B set guidestripe \fInumber -Draw a vertical stripe at the given column, to help judge the width of the -text. (The color of the stripe can be changed with \fBset stripecolor\fR.) -.TP .B set matchbrackets "\fIstring\fP" Set the opening and closing brackets that can be found by bracket searches. This may not include blank characters. The opening set must