blob: 8e70bbf3cb02f57e5156bfaece490e453ac5ab4b [file] [log] [blame]
Bram Moolenaar3991dab2006-03-27 17:01:56 +00001*zip.txt* For Vim version 7.0c. Last change: 2006 Mar 24
Bram Moolenaarc01140a2006-03-24 22:21:52 +00002
3 Zip File Interface
Bram Moolenaar98358622005-11-28 22:58:23 +00004
5Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
6 (remove NOSPAM from Campbell's email first)
7Copyright: Copyright (C) 2005 Charles E. Campbell, Jr. {{{1 *zip-copyright*
8 Permission is hereby granted to use and distribute this code,
9 with or without modifications, provided that this copyright
10 notice is copied with it. Like anything else that's free,
Bram Moolenaar86e01082005-12-29 22:45:34 +000011 zip.vim, zipPlugin.vim, and pi_zip.txt are provided *as is*
12 and it comes with no warranty of any kind, either expressed or
13 implied. By using this plugin, you agree that in no event will
14 the copyright holder be liable for any damages resulting from
15 the use of this software.
Bram Moolenaar98358622005-11-28 22:58:23 +000016
17==============================================================================
181. Contents *zip* *zip-contents*
19 1. Contents..................................................|zip-contents|
20 2. Usage.....................................................|zip-usage|
21 3. History...................................................|zip-history|
22
23==============================================================================
242. Usage *zip-usage* *zip-manual*
25
26 When one edits a *.zip file, this plugin will handle displaying a
27 contents page. Select a file to edit by moving the cursor atop
28 the desired file, then hit the <return> key. After editing, one may
29 also write to the file. Currently, one may not make a new file in
30 zip archives via the plugin.
31
32==============================================================================
333. History *zip-history*
Bram Moolenaar7b5f8322006-03-23 22:47:08 +000034 v7 Mar 22, 2006 * escaped some characters that can cause filename handling
35 problems.
Bram Moolenaar86e01082005-12-29 22:45:34 +000036 v6 Dec 21, 2005 * writing to files not in directories caused problems -
37 fixed (pointed out by Christian Robinson)
Bram Moolenaar98358622005-11-28 22:58:23 +000038 v5 Nov 22, 2005 * report option workaround installed
39 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
40 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
41 * began testing under Windows; works thus far
42 * filetype detection fixed
43 Nov 03, 2005 * handles writing zipfiles across a network using
44 netrw#NetWrite()
45 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
46
47==============================================================================
48vim:tw=78:ts=8:ft=help