blob: 567ecf10838e6b36a4f8868f92a2a4d3abdf4235 [file] [log] [blame]
Bram Moolenaar86e01082005-12-29 22:45:34 +00001*tar.txt* Tar File Interface Dec 21, 2005
Bram Moolenaar98358622005-11-28 22:58:23 +00002
3Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
4 (remove NOSPAM from Campbell's email first)
5Copyright: The GPL (gnu public license) applies to *tar-copyright*
Bram Moolenaar86e01082005-12-29 22:45:34 +00006 tarPlugin.vim, and pi_tar.txt.
Bram Moolenaar98358622005-11-28 22:58:23 +00007 No warranty, express or implied. Use At-Your-Own-Risk.
8
9==============================================================================
101. Contents *tar* *tar-contents*
11 1. Contents..................................................|tar-contents|
12 2. Usage.....................................................|tar-usage|
13 3. History...................................................|tar-history|
14
15==============================================================================
162. 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==============================================================================
253. History *tar-history*
Bram Moolenaar86e01082005-12-29 22:45:34 +000026 v6 Dec 21, 2005 * writing to files not in directories caused problems -
27 fixed (pointed out by Christian Robinson)
Bram Moolenaar98358622005-11-28 22:58:23 +000028 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==============================================================================
40vim:tw=78:ts=8:ft=help