diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 08:23:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 08:23:13 -0700 |
commit | 4cd6d50ed7b5889636073ef692b70ae5c091d727 (patch) | |
tree | 12bd3f2c1aecd4ad2abfd5c5ad2121904418c0d1 | |
parent | d51806f15fff2716570d0d9d5887bcadaf4a288b (diff) | |
download | txr-4cd6d50ed7b5889636073ef692b70ae5c091d727.tar.gz txr-4cd6d50ed7b5889636073ef692b70ae5c091d727.tar.bz2 txr-4cd6d50ed7b5889636073ef692b70ae5c091d727.zip |
* txr.1: num-str added to doc stub.
* txr.vim: num-str added.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | txr.1 | 2 | ||||
-rw-r--r-- | txr.vim | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2012-03-29 Kaz Kylheku <kaz@kylheku.com> + + * txr.1: num-str added to doc stub. + + * txr.vim: num-str added. + 2012-03-28 Kaz Kylheku <kaz@kylheku.com> * lib.c (obj_print, obj_pprint): Do not use the #<lazy-string ..> @@ -6890,7 +6890,7 @@ Certain object types have a custom equal function. .SS Function string-lt -.SS Functions int-str and float-str +.SS Functions int-str, flo-str and num-str .SS Functions int-flo and flo-int @@ -68,7 +68,7 @@ syn keyword txl_keyword contained stringp lazy-stringp length-str search-str sea 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 -syn keyword txl_keyword contained string-lt int-str flo-str int-flo flo-int +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 syn keyword txl_keyword contained chr-islower chr-isprint chr-ispunct chr-isspace chr-isupper |