diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-23 09:13:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-23 09:13:13 -0800 |
commit | e68f3828d79d16d2afc929c83d499e8e2e0dd38a (patch) | |
tree | b66ed1583320df34484fdb0c474d953ef48570a7 /tl.vim | |
parent | ebb980b2ee0414ca4369049f489ad8e6ce1ad148 (diff) | |
download | txr-e68f3828d79d16d2afc929c83d499e8e2e0dd38a.tar.gz txr-e68f3828d79d16d2afc929c83d499e8e2e0dd38a.tar.bz2 txr-e68f3828d79d16d2afc929c83d499e8e2e0dd38a.zip |
* eval.c (eval_init): Registered intrinsic function unique.
* lib.c (unique): New function.
(uniq): Becomes wrapper around unique.
* lib.h (unique): Declared.
* txr.1: Documented unique, and equivalence between uniq and unique.
* tl.vim, txr.vim: Regenerated.
Diffstat (limited to 'tl.vim')
-rw-r--r-- | tl.vim | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -177,13 +177,13 @@ syn keyword txl_keyword contained tree-find trie-add trie-compress trie-lookup-b syn keyword txl_keyword contained trie-lookup-feed-char trie-value-at trim-str true syn keyword txl_keyword contained trunc tuples txr-case txr-if syn keyword txl_keyword contained txr-when typeof unget-byte unget-char -syn keyword txl_keyword contained uniq unless unquote until -syn keyword txl_keyword contained upcase-str update url-decode url-encode -syn keyword txl_keyword contained usleep uw-protect vec vec-push -syn keyword txl_keyword contained vec-set-length vecref vector vector-list -syn keyword txl_keyword contained vectorp when where while -syn keyword txl_keyword contained with-saved-vars wrap wrap* zerop -syn keyword txl_keyword contained zip +syn keyword txl_keyword contained uniq unique unless unquote +syn keyword txl_keyword contained until upcase-str update url-decode +syn keyword txl_keyword contained url-encode usleep uw-protect vec +syn keyword txl_keyword contained vec-push vec-set-length vecref vector +syn keyword txl_keyword contained vector-list vectorp when where +syn keyword txl_keyword contained while with-saved-vars wrap wrap* +syn keyword txl_keyword contained zerop zip syn match txr_metanum "@[0-9]\+" syn match txr_nested_error "[^\t `]\+" contained |