summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-05 16:18:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-05 16:18:01 -0700
commit3a495eab4dcd66f8555828231e293b2d3cf307ef (patch)
treedf93c9247055882983a9a96249a67fabd8402e08 /ChangeLog
parent34d0567bce45cc89fc6f476353b00b2649bcce4d (diff)
downloadtxr-3a495eab4dcd66f8555828231e293b2d3cf307ef.tar.gz
txr-3a495eab4dcd66f8555828231e293b2d3cf307ef.tar.bz2
txr-3a495eab4dcd66f8555828231e293b2d3cf307ef.zip
* txr.vim: @[...] syntax not marked as "contained" because it
can freely occur, and is useful in @(output).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ef53851..e1ec27a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-05 Kaz Kylheku <kaz@kylheku.com>
+
+ * txr.vim: @[...] syntax not marked as "contained" because it
+ can freely occur, and is useful in @(output).
+
2012-03-31 Kaz Kylheku <kaz@kylheku.com>
* hash.c (last_equal_key, last_equal_hash): New static variables.