diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-05 16:18:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-05 16:18:01 -0700 |
commit | 3a495eab4dcd66f8555828231e293b2d3cf307ef (patch) | |
tree | df93c9247055882983a9a96249a67fabd8402e08 /ChangeLog | |
parent | 34d0567bce45cc89fc6f476353b00b2649bcce4d (diff) | |
download | txr-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |