Update of /cvsroot/wisp/wisp/doc
In directory usw-pr-cvs1:/tmp/cvs-serv4780/doc
Modified Files:
wisp.vim
Log Message:
Dropped |vector-ref|.
Index: wisp.vim
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- wisp.vim 7 Sep 2002 21:53:51 -0000 1.224
+++ wisp.vim 7 Sep 2002 21:55:56 -0000 1.225
@@ -212,10 +212,10 @@
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 vector-fill! vector-length vector-move! vector-ref
-syn keyword wispFunc vector? void? wisp-string-hash
-syn keyword wispFunc with-input-from-file with-output-to-file write
-syn keyword wispFunc write-char write-string writeln zero?
+syn keyword wispFunc vector-fill! vector-length vector-move! vector?
+syn keyword wispFunc void? wisp-string-hash with-input-from-file
+syn keyword wispFunc with-output-to-file write write-char write-string
+syn keyword wispFunc writeln zero?
syn keyword wispLibFunc absolute-path? alist-cons alist-delete any
syn keyword wispLibFunc append! append-reverse! assoc* assq* assv*
@@ -287,7 +287,7 @@
syn keyword wispFuncError call-with-values car+cdr dynamic-wind
syn keyword wispFuncError set-car! set-cdr! string-ref string-set!
-syn keyword wispFuncError values vector-set!
+syn keyword wispFuncError values vector-ref vector-set!
" Non-hilighted words
|