summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-29 08:23:13 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-29 08:23:13 -0700
commit4cd6d50ed7b5889636073ef692b70ae5c091d727 (patch)
tree12bd3f2c1aecd4ad2abfd5c5ad2121904418c0d1
parentd51806f15fff2716570d0d9d5887bcadaf4a288b (diff)
downloadtxr-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--ChangeLog6
-rw-r--r--txr.12
-rw-r--r--txr.vim2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49b2f238..28c285f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ..>
diff --git a/txr.1 b/txr.1
index 50e063b8..88fcc23f 100644
--- a/txr.1
+++ b/txr.1
@@ -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
diff --git a/txr.vim b/txr.vim
index e6ef2b3f..5ae8683c 100644
--- a/txr.vim
+++ b/txr.vim
@@ -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