]> git.wh0rd.org Git - nano.git/commitdiff
mention that quotes inside string parameters don't need to be escaped
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Mar 2006 19:27:32 +0000 (19:27 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Mar 2006 19:27:32 +0000 (19:27 +0000)
with backslashes in nanorc.5 and nanorc.sample

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

ChangeLog
doc/man/nanorc.5
doc/nanorc.sample

index 192dfd3607eed2d120a21b242a1b46c7b314acaa..657ff27217ab5b1f428ccb720543b66f430da611 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -81,8 +81,14 @@ CVS code -
 - doc/nanorc.5:
        - Give the default values for the brackets and punct options,
          and better display the default values for quotestr. (DLR)
+       - Mention that quotes inside string parameters don't need to be
+         escaped with backslashes. (John M. Gabriele, minor tweaks by
+         DLR)
 - doc/nanorc.sample:
        - Remove unneeded comment. (DLR)
+       - Mention that quotes inside string parameters don't need to be
+         escaped with backslashes. (John M. Gabriele, minor tweaks by
+         DLR)
 
 GNU nano 1.3.10 - 2005.12.23
 - General:
index 2de05bd97c946ff5a58cefeb8fdfeac8542eeb24..925c588605160e62a29fbcc272b18ff7cf3b6c37 100644 (file)
@@ -6,7 +6,7 @@
 .\" Public License for copying conditions.  There is NO warranty.
 .\"
 .\" $Id$
-.TH NANORC 5 "version 1.3.10" "January 06, 2006"
+.TH NANORC 5 "version 1.3.10" "March 12, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
@@ -37,6 +37,11 @@ line options override rcfile settings.
 
 Options are unset by default, except for options that take an argument.
 
+Quotes inside string parameters don't have to be escaped with
+backslashes.  The last double quote in the string will be treated as its
+end.  For example, for the brackets option, "\fI'")}]>\fP" will match
+\fI'\fP, \fI"\fP, \fI)\fP, \fI}\fP, \fI]\fP, and \fI>\fP.
+
 The supported commands and arguments are:
 
 .TP 3
index ecce99c447944c0a8a3a09bc9c8f6603a9e5d2bd..9011bd29fd78120df123f28769844b4968db5879 100644 (file)
@@ -1,4 +1,5 @@
-## Sample initialization file for GNU nano
+## Sample initialization file for GNU nano.
+##
 ## Please note that you must have configured nano with --enable-nanorc
 ## for this file to be read!  Also note that characters specially
 ## interpreted by the shell should not be escaped here.
@@ -7,6 +8,11 @@
 ##
 ## For the options that take parameters, the default value is given.
 ## Other options are unset by default.
+##
+## Quotes inside string parameters don't have to be escaped with
+## backslashes.  The last double quote in the string will be treated as
+## its end.  For example, for the brackets option, "'")}]>" will match
+## ', ", ), }, ], and >.
 
 ## Use auto-indentation.
 # set autoindent