nano

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

commit 4a7bc73e038b7e80dde1d4d0b9af1ed0a4aa24b5
parent caf583ec4ba014479b8d969cbd772fcfccf6dec2
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Fri, 24 Dec 2021 16:12:44 +0100

docs: mention 'set guidestripe' and 'set unix' in the sample nanorc

Somehow these entries were missed when those options were added.

Reported-by: Tasos Papastylianou <tpapastylianou@hotmail.com>

Diffstat:
Mdoc/sample.nanorc.in | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in @@ -58,6 +58,10 @@ ## will be the terminal's width minus this number. # set fill -8 +## Draw a vertical stripe at the given column, to help judge text width. +## (This option does not have a default value.) +# set guidestripe 75 + ## Remember the used search/replace strings for the next session. # set historylog @@ -176,6 +180,9 @@ ## Snip whitespace at the end of lines when justifying or hard-wrapping. # set trimblanks +## Save files by default in Unix format (also when they were DOS or Mac). +# set unix + ## The two single-column characters used to display the first characters ## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in ## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.