From 90a43c3c274d6a9794781239d7e919bae15ef019 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 19 Mar 2014 09:23:55 +0000 Subject: [PATCH] Documenting the changed whitespace defaults. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4654 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ doc/nanorc.sample.in | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53ca081d..4d8bc679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-03-18 Benno Schulenberg + * doc/nanorc.sample.in - Document the changed whitespace defaults. + 2014-03-18 Benno Schulenberg * 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 index d8fd60ae..d5bf3f16 100644 --- 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.