blob: 3ca36832894dee80119a97f13677d35081bfd1af [file] [log] [blame]
Bram Moolenaara5792f52005-11-23 21:25:05 +00001*zip.txt* Zip File Interface Nov 03, 2005
Bram Moolenaar60a795a2005-09-16 21:55:43 +00002
3Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
4 (remove NOSPAM from Campbell's email first)
5Copyright: Copyright (C) 2005 Charles E. Campbell, Jr. {{{1 *zip-copyright*
6 Permission is hereby granted to use and distribute this code,
7 with or without modifications, provided that this copyright
8 notice is copied with it. Like anything else that's free,
9 zip.vim and zipPlugin.vim are provided *as is* and comes with no
10 warranty of any kind, either expressed or implied. By using this
11 plugin, you agree that in no event will the copyright holder be
12 liable for any damages resulting from the use of this software.
13
14==============================================================================
151. Contents *zip* *zip-contents*
16 1. Contents..................................................|zip-contents|
17 2. Usage.....................................................|zip-usage|
18 3. History...................................................|zip-history|
19
20==============================================================================
212. Usage *zip-usage* *zip-manual*
22
Bram Moolenaara5792f52005-11-23 21:25:05 +000023 When one edits a *.zip file, this plugin will handle displaying a
24 contents page. Select a file to edit by moving the cursor atop
25 the desired file, then hit the <return> key. After editing, one may
26 also write to the file. Currently, one may not make a new file in
27 zip archives via the plugin.
28
Bram Moolenaar60a795a2005-09-16 21:55:43 +000029==============================================================================
303. History *zip-history*
Bram Moolenaara5792f52005-11-23 21:25:05 +000031 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
Bram Moolenaar60a795a2005-09-16 21:55:43 +000032 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
33 * began testing under Windows; works thus far
34 * filetype detection fixed
Bram Moolenaara5792f52005-11-23 21:25:05 +000035 Nov 03, 2005 * handles writing zipfiles across a network using
36 netrw#NetWrite()
37 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
Bram Moolenaar60a795a2005-09-16 21:55:43 +000038
39==============================================================================
40vim:tw=78:ts=8:ft=help