nano

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

commit 7a053fc431c3bf38eddfc3034dbc8346868ccbc8
parent fd0fe7ef15b4c52fc7cffc34f50be8db2c367a76
Author: Jordi Mallach <jordi@gnu.org>
Date:   Mon,  4 Mar 2002 17:35:44 +0000

Added -N, -Q.


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

Diffstat:
Mnano.texi | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/nano.texi b/nano.texi @@ -122,6 +122,12 @@ under nano. @item -M, --mac Write file in Mac format. +@item -N, --noconvert +Do not convert files from DOS/Mac format. + +@item -Q [str], --quotestr [str] +Set the quoting string for justifying. The default is "> ". + @item -R, --regexp Turns on regular expression search and search/replace.