blob: aa95460afc3f8845ee88a05c89c37816d04b2fa5 [file] [log] [blame]
Bram Moolenaar60a795a2005-09-16 21:55:43 +00001*zip.txt* Zip File Interface Sep 16, 2005
2
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
23==============================================================================
243. History *zip-history*
25 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
26 * began testing under Windows; works thus far
27 * filetype detection fixed
28 v1 Sep 15, 2005 * Initial release, had browsin, reading, and writing
29
30==============================================================================
31vim:tw=78:ts=8:ft=help