blob: f9786d3ac919ad6d1aacf2a915622fc1ce12d3fb [file] [log] [blame]
Bram Moolenaar86e01082005-12-29 22:45:34 +00001*zip.txt* Zip File Interface Nov 28, 2005
Bram Moolenaar98358622005-11-28 22:58:23 +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,
Bram Moolenaar86e01082005-12-29 22:45:34 +00009 zip.vim, zipPlugin.vim, and pi_zip.txt are provided *as is*
10 and it comes with no warranty of any kind, either expressed or
11 implied. By using this plugin, you agree that in no event will
12 the copyright holder be liable for any damages resulting from
13 the use of this software.
Bram Moolenaar98358622005-11-28 22:58:23 +000014
15==============================================================================
161. Contents *zip* *zip-contents*
17 1. Contents..................................................|zip-contents|
18 2. Usage.....................................................|zip-usage|
19 3. History...................................................|zip-history|
20
21==============================================================================
222. Usage *zip-usage* *zip-manual*
23
24 When one edits a *.zip file, this plugin will handle displaying a
25 contents page. Select a file to edit by moving the cursor atop
26 the desired file, then hit the <return> key. After editing, one may
27 also write to the file. Currently, one may not make a new file in
28 zip archives via the plugin.
29
30==============================================================================
313. History *zip-history*
Bram Moolenaar86e01082005-12-29 22:45:34 +000032 v6 Dec 21, 2005 * writing to files not in directories caused problems -
33 fixed (pointed out by Christian Robinson)
Bram Moolenaar98358622005-11-28 22:58:23 +000034 v5 Nov 22, 2005 * report option workaround installed
35 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
36 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
37 * began testing under Windows; works thus far
38 * filetype detection fixed
39 Nov 03, 2005 * handles writing zipfiles across a network using
40 netrw#NetWrite()
41 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
42
43==============================================================================
44vim:tw=78:ts=8:ft=help