Bram Moolenaar | 86e0108 | 2005-12-29 22:45:34 +0000 | [diff] [blame] | 1 | *tar.txt* Tar File Interface Dec 21, 2005 |
Bram Moolenaar | 9835862 | 2005-11-28 22:58:23 +0000 | [diff] [blame] | 2 | |
| 3 | Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> |
| 4 | (remove NOSPAM from Campbell's email first) |
| 5 | Copyright: The GPL (gnu public license) applies to *tar-copyright* |
Bram Moolenaar | 86e0108 | 2005-12-29 22:45:34 +0000 | [diff] [blame] | 6 | tarPlugin.vim, and pi_tar.txt. |
Bram Moolenaar | 9835862 | 2005-11-28 22:58:23 +0000 | [diff] [blame] | 7 | No warranty, express or implied. Use At-Your-Own-Risk. |
| 8 | |
| 9 | ============================================================================== |
| 10 | 1. Contents *tar* *tar-contents* |
| 11 | 1. Contents..................................................|tar-contents| |
| 12 | 2. Usage.....................................................|tar-usage| |
| 13 | 3. History...................................................|tar-history| |
| 14 | |
| 15 | ============================================================================== |
| 16 | 2. Usage *tar-usage* *tar-manual* |
| 17 | |
| 18 | When one edits a *.tar file, this plugin will handle displaying a |
| 19 | contents page. Select a file to edit by moving the cursor atop |
| 20 | the desired file, then hit the <return> key. After editing, one may |
| 21 | also write to the file. Currently, one may not make a new file in |
| 22 | tar archives via the plugin. |
| 23 | |
| 24 | ============================================================================== |
| 25 | 3. History *tar-history* |
Bram Moolenaar | 86e0108 | 2005-12-29 22:45:34 +0000 | [diff] [blame] | 26 | v6 Dec 21, 2005 * writing to files not in directories caused problems - |
| 27 | fixed (pointed out by Christian Robinson) |
Bram Moolenaar | 9835862 | 2005-11-28 22:58:23 +0000 | [diff] [blame] | 28 | v5 Nov 22, 2005 * report option workaround installed |
| 29 | v3 Sep 16, 2005 * handles writing files in an archive back to the |
| 30 | archive |
| 31 | Oct 18, 2005 * <amatch> used instead of <afile> in autocmds |
| 32 | Oct 18, 2005 * handles writing to compressed archives |
| 33 | Nov 03, 2005 * handles writing tarfiles across a network using |
| 34 | netrw#NetWrite() |
| 35 | v2 * converted to use Vim7's new autoload feature by |
| 36 | Bram Moolenaar |
| 37 | v1 (original) * Michael Toren (see http://michael.toren.net/code/) |
| 38 | |
| 39 | ============================================================================== |
| 40 | vim:tw=78:ts=8:ft=help |