in nanorc.sample, in the comment for the "whitespace" option, state
which character values work with which encodings git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3346 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
d9d29c6220
commit
71da75e92c
|
@ -17,9 +17,10 @@ CVS code -
|
||||||
- Replace instances of \" with ", since quotes inside string
|
- Replace instances of \" with ", since quotes inside string
|
||||||
parameters don't need to be escaped with backslashes. (DLR)
|
parameters don't need to be escaped with backslashes. (DLR)
|
||||||
- Mention in the comments that more than one start/end regex can
|
- Mention in the comments that more than one start/end regex can
|
||||||
be included per line, and change the comment for the
|
be included per line. Also, change the comment for the
|
||||||
"whitespace" option so that the hexadecimal character values
|
"whitespace" option so that the hexadecimal character values
|
||||||
are six digits long. (DLR)
|
are six digits long, and state which character values work
|
||||||
|
with which encodings. (DLR)
|
||||||
- Add sample regexes for Python. (singular on the Gentoo forums,
|
- Add sample regexes for Python. (singular on the Gentoo forums,
|
||||||
http://forums.gentoo.org/viewtopic.php?t=86562; minor tweaks
|
http://forums.gentoo.org/viewtopic.php?t=86562; minor tweaks
|
||||||
by DLR, suggested by John M. Gabriele)
|
by DLR, suggested by John M. Gabriele)
|
||||||
|
|
|
@ -153,8 +153,8 @@
|
||||||
# set view
|
# set view
|
||||||
|
|
||||||
## The two single-column characters used to display the first characters
|
## The two single-column characters used to display the first characters
|
||||||
## of tabs and spaces. 187 decimal (0000BB hexadecimal) and 183 decimal
|
## of tabs and spaces. 187 in ISO 8859-1 (0000BB in Unicode) and 183 in
|
||||||
## (0000B7 hexadecimal) seem to be good values for these.
|
## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
|
||||||
# set whitespace " "
|
# set whitespace " "
|
||||||
|
|
||||||
## Detect word boundaries more accurately by treating punctuation
|
## Detect word boundaries more accurately by treating punctuation
|
||||||
|
|
Loading…
Reference in New Issue