[Wisp-cvs] wisp/doc wisp.vim,1.223,1.224
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-07 21:54:24
|
Update of /cvsroot/wisp/wisp/doc In directory usw-pr-cvs1:/tmp/cvs-serv4287/doc Modified Files: wisp.vim Log Message: Dropped |string-ref|. Index: wisp.vim =================================================================== RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v retrieving revision 1.223 retrieving revision 1.224 diff -u -d -r1.223 -r1.224 --- wisp.vim 7 Sep 2002 21:51:13 -0000 1.223 +++ wisp.vim 7 Sep 2002 21:53:51 -0000 1.224 @@ -199,7 +199,7 @@ syn keyword wispFunc string-append string-concatenate string-copy syn keyword wispFunc string-downcase string-downcase! string-ends? syn keyword wispFunc string-fill! string-first string-join string-last -syn keyword wispFunc string-length string-move! string-null? string-ref +syn keyword wispFunc string-length string-move! string-null? syn keyword wispFunc string-starts? string-upcase string-upcase! syn keyword wispFunc string<=? string<? string=? string>=? string>? syn keyword wispFunc string? structure->string subclass? substring @@ -286,8 +286,8 @@ " These procedures are positively left unsupported. syn keyword wispFuncError call-with-values car+cdr dynamic-wind -syn keyword wispFuncError set-car! set-cdr! string-set! values -syn keyword wispFuncError vector-set! +syn keyword wispFuncError set-car! set-cdr! string-ref string-set! +syn keyword wispFuncError values vector-set! " Non-hilighted words |