nano

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

commit ba7ac78e36d483b1930a3a950c1541abcd4e11da
parent 34fbb1f4ded81a48767eb5c51d4cb74031c96070
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Thu, 14 Jan 2016 13:14:16 +0000

Removing a reference to an obsolete file.
Bug was reported by Mike Frysinger.


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

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,7 @@ +2016-01-14 Benno Schulenberg <bensberg@justemail.net> + * doc/nanorc.sample.in: Remove reference to an obsolete file. + Reported by Mike Frysinger. + 2016-01-13 Benno Schulenberg <bensberg@justemail.net> * src/files.c (save_poshistory): Reduce the indentation. * src/*.c: Adjust a few comments and rewrap some lines. diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in @@ -57,7 +57,7 @@ ## width less this number. # set fill -8 -## Enable ~/.nano_history for saving and reading search/replace strings. +## Remember the used search/replace strings for the next session. # set historylog ## Enable vim-style lock-files. This is just to let a vim user know you