updated for version 7.0158
diff --git a/runtime/doc/zip.txt b/runtime/doc/zip.txt
index aa95460..3ca3683 100644
--- a/runtime/doc/zip.txt
+++ b/runtime/doc/zip.txt
@@ -1,4 +1,4 @@
-*zip.txt*	Zip File Interface				Sep 16, 2005
+*zip.txt*	Zip File Interface				Nov 03, 2005
 
 Author:  Charles E. Campbell, Jr.  <NdrOchip@ScampbellPfamily.AbizM>
 	  (remove NOSPAM from Campbell's email first)
@@ -20,12 +20,21 @@
 ==============================================================================
 2. Usage					*zip-usage* *zip-manual*
 
+   When one edits a *.zip file, this plugin will handle displaying a
+   contents page.  Select a file to edit by moving the cursor atop
+   the desired file, then hit the <return> key.  After editing, one may
+   also write to the file.  Currently, one may not make a new file in
+   zip archives via the plugin.
+
 ==============================================================================
 3. History					*zip-history*
+   v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
    v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
                    * began testing under Windows; works thus far
 		   * filetype detection fixed
-   v1 Sep 15, 2005 * Initial release, had browsin, reading, and writing
+      Nov 03, 2005 * handles writing zipfiles across a network using
+                     netrw#NetWrite()
+   v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
 
 ==============================================================================
 vim:tw=78:ts=8:ft=help