diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-20 20:37:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-20 20:37:15 -0700 |
commit | 10f3603aa0d19b165f33b39abc4b183057e93f3d (patch) | |
tree | 9f94190204ce166c40635c803d77c09f2439ad01 /txr.vim | |
parent | a087f6e4d5d50952ed6c8358e24f692ff79b9f9e (diff) | |
download | txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.gz txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.bz2 txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.zip |
Version 146.txr-146
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 48 |
1 files changed, 24 insertions, 24 deletions
@@ -347,30 +347,30 @@ syn keyword tl_keyword contained true trunc trunc-rem truncate-stream syn keyword tl_keyword contained tuples txr-case txr-case-impl txr-if syn keyword tl_keyword contained txr-path txr-sym txr-version txr-when syn keyword tl_keyword contained typecase typeof typep umask -syn keyword tl_keyword contained umeth umethod unget-byte unget-char -syn keyword tl_keyword contained uniq unique unless unquote -syn keyword tl_keyword contained unsetenv until until* unwind-protect -syn keyword tl_keyword contained upcase-str update url-decode url-encode -syn keyword tl_keyword contained use user-package usl usleep -syn keyword tl_keyword contained uslot vdiscard vec vec-list -syn keyword tl_keyword contained vec-push vec-set-length vecref vector -syn keyword tl_keyword contained vector-list vectorp veof veol -syn keyword tl_keyword contained veol2 verase vintr vkill -syn keyword tl_keyword contained vlnext vmin vquit vreprint -syn keyword tl_keyword contained vstart vstop vsusp vswtc -syn keyword tl_keyword contained vt0 vt1 vtdly vtime -syn keyword tl_keyword contained vwerase w-continued w-coredump w-exitstatus -syn keyword tl_keyword contained w-ifcontinued w-ifexited w-ifsignaled w-ifstopped -syn keyword tl_keyword contained w-nohang w-stopsig w-termsig w-untraced -syn keyword tl_keyword contained wait weave when whenlet -syn keyword tl_keyword contained where while while* whilet -syn keyword tl_keyword contained width width-check window-map window-mappend -syn keyword tl_keyword contained with-clobber-expander with-delete-expander with-gensyms with-hash-iter -syn keyword tl_keyword contained with-in-string-byte-stream with-in-string-stream with-objects with-out-string-stream -syn keyword tl_keyword contained with-out-strlist-stream with-resources with-slots with-stream -syn keyword tl_keyword contained with-update-expander wrap wrap* xcase -syn keyword tl_keyword contained yield yield-from zap zerop -syn keyword tl_keyword contained zip +syn keyword tl_keyword contained umeth umethod uname unget-byte +syn keyword tl_keyword contained unget-char uniq unique unless +syn keyword tl_keyword contained unquote unsetenv until until* +syn keyword tl_keyword contained unwind-protect upcase-str update url-decode +syn keyword tl_keyword contained url-encode use user-package usl +syn keyword tl_keyword contained usleep uslot vdiscard vec +syn keyword tl_keyword contained vec-list vec-push vec-set-length vecref +syn keyword tl_keyword contained vector vector-list vectorp veof +syn keyword tl_keyword contained veol veol2 verase vintr +syn keyword tl_keyword contained vkill vlnext vmin vquit +syn keyword tl_keyword contained vreprint vstart vstop vsusp +syn keyword tl_keyword contained vswtc vt0 vt1 vtdly +syn keyword tl_keyword contained vtime vwerase w-continued w-coredump +syn keyword tl_keyword contained w-exitstatus w-ifcontinued w-ifexited w-ifsignaled +syn keyword tl_keyword contained w-ifstopped w-nohang w-stopsig w-termsig +syn keyword tl_keyword contained w-untraced wait weave when +syn keyword tl_keyword contained whenlet where while while* +syn keyword tl_keyword contained whilet width width-check window-map +syn keyword tl_keyword contained window-mappend with-clobber-expander with-delete-expander with-gensyms +syn keyword tl_keyword contained with-hash-iter with-in-string-byte-stream with-in-string-stream with-objects +syn keyword tl_keyword contained with-out-string-stream with-out-strlist-stream with-resources with-slots +syn keyword tl_keyword contained with-stream with-update-expander wrap wrap* +syn keyword tl_keyword contained xcase yield yield-from zap +syn keyword tl_keyword contained zerop zip syn keyword txr_keyword contained accept all and assert syn keyword txr_keyword contained bind block call cases |