diff options
Diffstat (limited to 'runtime/doc/zip.txt')
-rw-r--r-- | runtime/doc/zip.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/runtime/doc/zip.txt b/runtime/doc/zip.txt index aa95460af..3ca368328 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 @@ Copyright: Copyright (C) 2005 Charles E. Campbell, Jr. {{{1 *zip-copyright* ============================================================================== 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 |