nano

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

commit 90a43c3c274d6a9794781239d7e919bae15ef019
parent 960a1204685093c782075a0917378a32dadebea3
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Wed, 19 Mar 2014 09:23:55 +0000

Documenting the changed whitespace defaults.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4654 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mdoc/nanorc.sample.in | 5++++-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,7 @@ 2014-03-18 Benno Schulenberg <bensberg@justemail.net> + * doc/nanorc.sample.in - Document the changed whitespace defaults. + +2014-03-18 Benno Schulenberg <bensberg@justemail.net> * src/global.c (shortcut_init) - In the file browser one cannot search for a regular expression, so do not mention it. diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in @@ -181,7 +181,10 @@ ## 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. -# set whitespace ":." +## The default when in a UTF-8 locale: +# set whitespace "»·" +## The default otherwise: +# set whitespace ">." ## Detect word boundaries more accurately by treating punctuation ## characters as parts of words.