Bram Moolenaar | 9835862 | 2005-11-28 22:58:23 +0000 | [diff] [blame] | 1 | *zip.txt* Zip File Interface Nov 22, 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 | When one edits a *.zip file, this plugin will handle displaying a |
| 24 | contents page. Select a file to edit by moving the cursor atop |
| 25 | the desired file, then hit the <return> key. After editing, one may |
| 26 | also write to the file. Currently, one may not make a new file in |
| 27 | zip archives via the plugin. |
| 28 | |
| 29 | ============================================================================== |
| 30 | 3. History *zip-history* |
| 31 | v5 Nov 22, 2005 * report option workaround installed |
| 32 | v3 Oct 18, 2005 * <amatch> used instead of <afile> in autocmds |
| 33 | v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt) |
| 34 | * began testing under Windows; works thus far |
| 35 | * filetype detection fixed |
| 36 | Nov 03, 2005 * handles writing zipfiles across a network using |
| 37 | netrw#NetWrite() |
| 38 | v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing |
| 39 | |
| 40 | ============================================================================== |
| 41 | vim:tw=78:ts=8:ft=help |