summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-15 06:53:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-15 06:53:01 -0700
commit472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311 (patch)
treedf6e776f8839acbe54984671f3c47bdcbe86ab5b /ChangeLog
parentf218366f20fc90045ad4466919786e69b293dc41 (diff)
downloadtxr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.tar.gz
txr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.tar.bz2
txr-472f7ac7c4dd31c6cd9b1ea833d5a74c4e674311.zip
Fix broken regex highlighting.
* genvim.txr (txl_regex): Missing syntactic region added. (txr_regex): Start pattern is just a slash; no optional # in front. * txr.vim: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d71f2655..32c5815a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-15 Kaz Kylheku <kaz@kylheku.com>
+
+ Fix broken regex highlighting.
+
+ * genvim.txr (txl_regex): Missing syntactic region added.
+ (txr_regex): Start pattern is just a slash; no optional # in front.
+
+ * txr.vim: Regenerated.
+
2014-07-14 Kaz Kylheku <kaz@kylheku.com>
* txr.c (txr_main): Allow Lisp code executed via -e and -p options to