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 /txr.vim | |
parent | af0a5387b31eec10f6660bc926e696e45f5ec756 (diff) | |
download | txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.tar.gz txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.tar.bz2 txr-07dd2bfb88906c8c74c390581371f216abcd6ef6.zip |
* txr.vim: Fixed accidental breakage.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |