summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-07-12 22:01:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2013-07-12 22:01:17 -0700
commit7513cce876df146917eb747a31e1a3f44344f4bb (patch)
treec3572c232c2675d3fae519b01a975cfaad2af477 /txr.vim
parent209e81e4a643db09e5c1645b5fb7568b12e7360b (diff)
downloadtxr-7513cce876df146917eb747a31e1a3f44344f4bb.tar.gz
txr-7513cce876df146917eb747a31e1a3f44344f4bb.tar.bz2
txr-7513cce876df146917eb747a31e1a3f44344f4bb.zip
Version 67
* txr.c (version): Bumped. * txr.1: Bumped version, set date and documented string-cmp. * configure (txr_ver): Bumped. * eval.c (eval_init): Forgotten string-cmp registered as intrinsic. * txr.vim: Highlighting for string-cmp. * RELNOTES: Updated.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.vim b/txr.vim
index e4264aac..60d84637 100644
--- a/txr.vim
+++ b/txr.vim
@@ -74,7 +74,7 @@ syn keyword txl_keyword contained mkstring copy-str upcase-str downcase-str stri
syn keyword txl_keyword contained stringp lazy-stringp length-str search-str search-str-tree
syn keyword txl_keyword contained match-str match-str-tree
syn keyword txl_keyword contained sub-str cat-str split-str replace-str
-syn keyword txl_keyword contained split-str-set list-str trim-str tok-str
+syn keyword txl_keyword contained split-str-set list-str trim-str tok-str string-cmp
syn keyword txl_keyword contained string-lt int-str flo-str num-str int-flo flo-int
syn keyword txl_keyword contained chrp chr-isalnum chr-isalpha
syn keyword txl_keyword contained chr-isascii chr-iscntrl chr-isdigit chr-isgraph