Commit a95bdee2 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3613 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -458,8 +458,8 @@ CVS code - ...@@ -458,8 +458,8 @@ CVS code -
- Mention that the nanorc file should not be in DOS or Mac - Mention that the nanorc file should not be in DOS or Mac
format. (DLR) format. (DLR)
- Add various wording fixes. (Benno Schulenberg and DLR) - Add various wording fixes. (Benno Schulenberg and DLR)
- Replace instances of "\w" with its equivalent "[0-9A-Za-z_]", - Replace instances of "\w" with its equivalent "[0-9A-Z_a-z]",
and instances of "\W" with its equivalent "[^0-9A-Za-z_]", for and instances of "\W" with its equivalent "[^0-9A-Z_a-z]", for
greater readability. (DLR) greater readability. (DLR)
- Remove unneeded foreground color for the Java source regex - Remove unneeded foreground color for the Java source regex
used to highlight trailing whitespace, since we now support used to highlight trailing whitespace, since we now support
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment