]> git.wh0rd.org Git - nano.git/commitdiff
2014-06-02 Chris Allegretta <chrisa@asty.org>
authorChris Allegretta <chrisa@asty.org>
Mon, 2 Jun 2014 14:35:21 +0000 (14:35 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 2 Jun 2014 14:35:21 +0000 (14:35 +0000)
        * doc/syntax/default.nanorc: Can't do trailing spaces in the
          default syntax or it will hilight the spaces as you type
          them into a new file, which for non-programming is infuriating.

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

ChangeLog
doc/syntax/default.nanorc

index f1a388472d5e0ca15d3293586c6ff106380d1bbf..76eee7c59b6d9279600a8aa1e56b75f88e355814 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-02  Chris Allegretta <chrisa@asty.org>
+       * doc/syntax/default.nanorc: Can't do trailing spaces in the
+         default syntax or it will hilight the spaces as you type
+         them into a new file, which for non-programming is infuriating. 
+
 2014-05-29  Mark Majeres  <mark@engine12.com>
        * src/text.c (do_delete): For the undo structure, differentiate
        between deleting a newline and any other character.
index 8d8e0397c26b67a92e02f0e7002eb1fc48b43195..34ff29b06e145992122be8186c8ffc693069f74d 100644 (file)
@@ -6,8 +6,5 @@ syntax "default"
 # Spaces in front of tabs.
 color ,red " + +"
 
-# Trailing blanks.
-color ,red "[[:blank:]]+$"
-
 # Nano's name, including version.
 color brightred "(GNU )?nano [1-9]\.[0-9]\.[^[:space:][:punct:]]+"