Bram Moolenaar | 60a795a | 2005-09-16 21:55:43 +0000 | [diff] [blame^] | 1 | *zip.txt* Zip File Interface Sep 16, 2005 |
| 2 | |
| 3 | Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> |
| 4 | (remove NOSPAM from Campbell's email first) |
| 5 | Copyright: 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 | ============================================================================== |
| 15 | 1. Contents *zip* *zip-contents* |
| 16 | 1. Contents..................................................|zip-contents| |
| 17 | 2. Usage.....................................................|zip-usage| |
| 18 | 3. History...................................................|zip-history| |
| 19 | |
| 20 | ============================================================================== |
| 21 | 2. Usage *zip-usage* *zip-manual* |
| 22 | |
| 23 | ============================================================================== |
| 24 | 3. 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 | ============================================================================== |
| 31 | vim:tw=78:ts=8:ft=help |