[meld] gschema: The CVS keyword filter should work for SVN as well
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] gschema: The CVS keyword filter should work for SVN as well
- Date: Sun, 21 Dec 2014 02:42:40 +0000 (UTC)
commit 7f9d5bb5fb7fe6d720716d3a589153cb0e3793ea
Author: Kai Willadsen <kai willadsen gmail com>
Date: Fri Dec 19 07:07:10 2014 +1000
gschema: The CVS keyword filter should work for SVN as well
data/org.gnome.meld.gschema.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.meld.gschema.xml b/data/org.gnome.meld.gschema.xml
index 82c1061..f0f6f2a 100644
--- a/data/org.gnome.meld.gschema.xml
+++ b/data/org.gnome.meld.gschema.xml
@@ -226,7 +226,7 @@
<key name="text-filters" type="a(sbs)">
<default>
[
- ("CVS keywords", false, "\$\\w+(:[^\\n$]+)?\$"),
+ ("CVS/SVN keywords", false, "\$\\w+(:[^\\n$]+)?\$"),
("C++ comment", false, "//.*"),
("C comment", false, "/\\*.*?\\*/"),
("All whitespace", false, "[ \\t\\r\\f\\v]*"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]