Update of /cvsroot/wisp/wisp/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv7659/doc
Modified Files:
wisp.vim
Log Message:
wrote |unknown?|
Index: wisp.vim
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- wisp.vim 28 Feb 2003 22:39:17 -0000 1.232
+++ wisp.vim 1 Mar 2003 08:31:37 -0000 1.233
@@ -218,9 +218,10 @@
syn keyword wispFunc tcgetattr-raw tcsetattr-raw tenth third toposplit
syn keyword wispFunc transcript-off transcript-on translate tree-copy
syn keyword wispFunc truncate tty? type-of u8vector? ubyte? unix-time
-syn keyword wispFunc unpack-be-integer unpack-le-integer unsure-collect
-syn keyword wispFunc utf-8->c16string utf-8-first-byte->length uwyde?
-syn keyword wispFunc vector vector->list vector-append vector-copy
+syn keyword wispFunc unknown? unpack-be-integer unpack-le-integer
+syn keyword wispFunc unsure-collect utf-8->c16string
+syn keyword wispFunc utf-8-first-byte->length uwyde? vector
+syn keyword wispFunc vector->list vector-append vector-copy
syn keyword wispFunc vector-fill! vector-move! vector? void?
syn keyword wispFunc wisp-string-hash with-errors-to with-input-from
syn keyword wispFunc with-input-from-file with-output-to
|