nano

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

commit 44e8583a663835a0d1f1213386fbab973e07a578
parent fb4e402411eadbceefa24893cf66764fb2c3d562
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Sat, 22 Feb 2014 13:54:20 +0000

Applying a tiny patch by Felipe Bugno.


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

Diffstat:
MChangeLog | 3+++
Mdoc/nanorc.sample.in | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2014-02-22 Felipe Bugno <capent@Savannah> (tiny change) + * doc/nanorc.sample.in - Add an include for CMake files. + 2014-02-22 David Lawrence Ramsey <pooka109@gmail.com> * src/nano.c (allow_pending_sigwinch) - A (char *) cast for pedantic purposes. * src/cut.c (do_cut_text) - Wrap a reference to 'copy_text' in NANO_TINY. diff --git a/doc/nanorc.sample.in b/doc/nanorc.sample.in @@ -250,6 +250,9 @@ ## Cascading Style Sheets # include "@PKGDATADIR@/css.nanorc" +## CMake files +# include "@PKGDATADIR@/cmake.nanorc" + ## Debian files # include "@PKGDATADIR@/debian.nanorc"