diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.vim | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2012-04-08 Kaz Kylheku <kaz@kylheku.com> + + * txr.vim: Fixed accidental breakage. + 2012-04-07 Kaz Kylheku <kaz@kylheku.com> * lib.c: Revert earlier change: config.h must be included before the @@ -57,7 +57,7 @@ syn keyword txl_keyword contained *stdout* *stdin* *stddebug* syn keyword txl_keyword contained *stderr* format print pprint tostring tostringp syn keyword txl_keyword contained make-string-input-stream syn keyword txl_keyword contained make-string-byte-input-stream make-string-output-stream -eval chain andf orf iff +syn keyword txl_keyword contained eval chain andf orf iff syn keyword txl_keyword contained *stdout* *stdin* *stddebug* syn keyword txl_keyword contained *stderr* format print pprint tostring tostringp syn keyword txl_keyword contained make-string-input-stream |