From 07dd2bfb88906c8c74c390581371f216abcd6ef6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 8 Apr 2012 00:13:34 -0700 Subject: * txr.vim: Fixed accidental breakage. --- ChangeLog | 4 ++++ txr.vim | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c06987f..dd5d4994 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-08 Kaz Kylheku + + * txr.vim: Fixed accidental breakage. + 2012-04-07 Kaz Kylheku * 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 -- cgit v1.2.3