summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-10 23:15:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-10 23:15:14 -0800
commit08e356af25f0e6ab9c8ad1583181aa529c61ca91 (patch)
tree29bad6267f5b5a846dbcaf8555045dc9cb66f8c1 /txr.vim
parent09c6384d6bb4e3c44bf64299657f492ad4bf756a (diff)
downloadtxr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.tar.gz
txr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.tar.bz2
txr-08e356af25f0e6ab9c8ad1583181aa529c61ca91.zip
* eval.c (tostring, tostringp): New static functions.
(eval_init): New functions registered. * txr.1: Stub sections created. * txr.vim: Updated.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.vim b/txr.vim
index 90a12203..96c0bf0a 100644
--- a/txr.vim
+++ b/txr.vim
@@ -47,7 +47,8 @@ syn keyword txl_keyword contained < >= <= max min search-regex match-regex
syn keyword txl_keyword contained make-hash gethash sethash pushhash remhash
syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdata hashp maphash
syn keyword txl_keyword contained hash-eql hash-equal eval *stdout* *stdin*
-syn keyword txl_keyword contained *stderr* format print pprint make-string-input-stream
+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
syn keyword txl_keyword contained get-string-from-stream make-strlist-output-stream
syn keyword txl_keyword contained get-list-from-stream close-stream