diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-08 00:13:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-08 00:13:34 -0700 |
commit | 07dd2bfb88906c8c74c390581371f216abcd6ef6 (patch) | |
tree | 4d22d84c1abe209717fbb1b566cc1ed5e4a4b173 | |
parent | af0a5387b31eec10f6660bc926e696e45f5ec756 (diff) | |
download | txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.tar.gz txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.tar.bz2 txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.zip |
* txr.vim: Fixed accidental breakage.
-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 |