summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--txr.vim2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c06987f..dd5d4994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/txr.vim b/txr.vim
index 7cb0efd2..6e01d378 100644
--- a/txr.vim
+++ b/txr.vim
@@ -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