Update of /cvsroot/wisp/wisp/doc
In directory usw-pr-cvs1:/tmp/cvs-serv4422/doc
Modified Files:
wisp.vim
Log Message:
Implemented |posq|, |posv|, and |position|.
Index: wisp.vim
===================================================================
RCS file: /cvsroot/wisp/wisp/doc/wisp.vim,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- wisp.vim 26 Aug 2002 16:20:01 -0000 1.213
+++ wisp.vim 31 Aug 2002 14:27:46 -0000 1.214
@@ -239,26 +239,26 @@
syn keyword wispLibFunc parse-path parse-uri parse-wid-file
syn keyword wispLibFunc parse-xml-message partition
syn keyword wispLibFunc path-contains-dotdot? pipe-from pipe-to
-syn keyword wispLibFunc pipeline proper-list? qsort qsort! read-all
-syn keyword wispLibFunc read-all-lines read-commented-line read-key
-syn keyword wispLibFunc read-nth read-the-only read-the-only-line
-syn keyword wispLibFunc regex-match regex-match-positions regex-parse
-syn keyword wispLibFunc regex-replace regex-replace* regex-split remove
-syn keyword wispLibFunc reverse! run-tests simple-encode span span!
-syn keyword wispLibFunc split-at split-at! split-by-string
-syn keyword wispLibFunc string->utf-8 string->vector string->word-list
-syn keyword wispLibFunc string-ci<=? string-ci<? string-ci=?
-syn keyword wispLibFunc string-ci>=? string-ci>? string-contains
-syn keyword wispLibFunc string-drop-prefix string-drop-suffix
-syn keyword wispLibFunc string-ends-with? string-foldcase
-syn keyword wispLibFunc string-for-each string-for-each-index
-syn keyword wispLibFunc string-map string-map! string-pop! string-push!
-syn keyword wispLibFunc string-reverse string-reverse!
-syn keyword wispLibFunc string-starts-with? string-top string-trim
-syn keyword wispLibFunc string-trim-both string-trim-right sys:accept
-syn keyword wispLibFunc sys:chdir sys:chmod sys:close sys:dup sys:dup2
-syn keyword wispLibFunc sys:errno->name sys:execve sys:exit
-syn keyword wispLibFunc sys:fcntl:cloexec sys:fcntl:dupfd
+syn keyword wispLibFunc pipeline position posq posv proper-list? qsort
+syn keyword wispLibFunc qsort! read-all read-all-lines
+syn keyword wispLibFunc read-commented-line read-key read-nth
+syn keyword wispLibFunc read-the-only read-the-only-line regex-match
+syn keyword wispLibFunc regex-match-positions regex-parse regex-replace
+syn keyword wispLibFunc regex-replace* regex-split remove reverse!
+syn keyword wispLibFunc run-tests simple-encode span span! split-at
+syn keyword wispLibFunc split-at! split-by-string string->utf-8
+syn keyword wispLibFunc string->vector string->word-list string-ci<=?
+syn keyword wispLibFunc string-ci<? string-ci=? string-ci>=?
+syn keyword wispLibFunc string-ci>? string-contains string-drop-prefix
+syn keyword wispLibFunc string-drop-suffix string-ends-with?
+syn keyword wispLibFunc string-foldcase string-for-each
+syn keyword wispLibFunc string-for-each-index string-map string-map!
+syn keyword wispLibFunc string-pop! string-push! string-reverse
+syn keyword wispLibFunc string-reverse! string-starts-with? string-top
+syn keyword wispLibFunc string-trim string-trim-both string-trim-right
+syn keyword wispLibFunc sys:accept sys:chdir sys:chmod sys:close
+syn keyword wispLibFunc sys:dup sys:dup2 sys:errno->name sys:execve
+syn keyword wispLibFunc sys:exit sys:fcntl:cloexec sys:fcntl:dupfd
syn keyword wispLibFunc sys:fcntl:flags sys:fcntl:getlk sys:fcntl:setlk
syn keyword wispLibFunc sys:fcntl:setlkw sys:for-dir-entries sys:fork
syn keyword wispLibFunc sys:fstat sys:ftruncate sys:getcwd sys:getegid
|