annotate runtime/doc/pi_zip.txt @ 797:a1a08851eac8

updated for version 7.0232
author vimboss
date Thu, 23 Mar 2006 22:47:08 +0000
parents 4096208d2a50
children 6beb2c667935
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
797
a1a08851eac8 updated for version 7.0232
vimboss
parents: 622
diff changeset
1 *zip.txt* Zip File Interface Mar 22, 2006
567
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
2
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
3 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
4 (remove NOSPAM from Campbell's email first)
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
5 Copyright: Copyright (C) 2005 Charles E. Campbell, Jr. {{{1 *zip-copyright*
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
6 Permission is hereby granted to use and distribute this code,
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
7 with or without modifications, provided that this copyright
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
8 notice is copied with it. Like anything else that's free,
622
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
9 zip.vim, zipPlugin.vim, and pi_zip.txt are provided *as is*
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
10 and it comes with no warranty of any kind, either expressed or
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
11 implied. By using this plugin, you agree that in no event will
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
12 the copyright holder be liable for any damages resulting from
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
13 the use of this software.
567
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
14
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
15 ==============================================================================
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
16 1. Contents *zip* *zip-contents*
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
17 1. Contents..................................................|zip-contents|
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
18 2. Usage.....................................................|zip-usage|
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
19 3. History...................................................|zip-history|
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
20
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
21 ==============================================================================
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
22 2. Usage *zip-usage* *zip-manual*
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
23
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
24 When one edits a *.zip file, this plugin will handle displaying a
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
25 contents page. Select a file to edit by moving the cursor atop
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
26 the desired file, then hit the <return> key. After editing, one may
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
27 also write to the file. Currently, one may not make a new file in
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
28 zip archives via the plugin.
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
29
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
30 ==============================================================================
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
31 3. History *zip-history*
797
a1a08851eac8 updated for version 7.0232
vimboss
parents: 622
diff changeset
32 v7 Mar 22, 2006 * escaped some characters that can cause filename handling
a1a08851eac8 updated for version 7.0232
vimboss
parents: 622
diff changeset
33 problems.
622
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
34 v6 Dec 21, 2005 * writing to files not in directories caused problems -
4096208d2a50 updated for version 7.0178
vimboss
parents: 567
diff changeset
35 fixed (pointed out by Christian Robinson)
567
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
36 v5 Nov 22, 2005 * report option workaround installed
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
37 v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
38 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
39 * began testing under Windows; works thus far
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
40 * filetype detection fixed
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
41 Nov 03, 2005 * handles writing zipfiles across a network using
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
42 netrw#NetWrite()
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
43 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
44
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
45 ==============================================================================
afd8e69dba19 updated for version 7.0161
vimboss
parents:
diff changeset
46 vim:tw=78:ts=8:ft=help